Skip to content

Commit b71be58

Browse files
committed
feat: remove python 3.9, as it is no longer supported since last October
1 parent 742b5ae commit b71be58

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ ubuntu-22.04 ]
19-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13" ]
19+
python-version: ["3.10", "3.11", "3.12", "3.13" ]
2020
pandas: [ "pandas>1.1" ]
2121
numpy: [ "numpy>=1.21" ]
2222
runs-on: ${{ matrix.os }}
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
os: [ubuntu-22.04]
68-
python-version: ["3.12"]
68+
python-version: ["3.13"]
6969
pandas: [ "pandas>1.1" ]
7070
numpy: [ "numpy>=1.21" ]
7171

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package_name = "ydata-profiling"
1111

1212
[project]
1313
name = "ydata-profiling"
14-
requires-python = ">=3.9,<3.15"
14+
requires-python = ">=3.10,<3.14"
1515
authors = [
1616
{name = "YData Labs Inc", email = "opensource@ydata.ai"}
1717
]
@@ -32,7 +32,6 @@ classifiers = [
3232
"Topic :: Scientific/Engineering",
3333
"Framework :: IPython",
3434
"Programming Language :: Python :: 3",
35-
"Programming Language :: Python :: 3.9",
3635
"Programming Language :: Python :: 3.10",
3736
"Programming Language :: Python :: 3.11",
3837
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)