Skip to content

Commit a4760ec

Browse files
committed
remove python 3.9
1 parent 47a40ff commit a4760ec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
python-version: [3.9, 3.11]
12+
python-version: [3.12, 3.11]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Set up Python ${{ matrix.python-version }}
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
python-version: [3.9, 3.11]
29+
python-version: [3.12, 3.11]
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Set up Python ${{ matrix.python-version }}
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
python-version: [3.9, 3.11]
45+
python-version: [3.12, 3.11]
4646
steps:
4747
- uses: actions/checkout@v2
4848
- name: Set up Python ${{ matrix.python-version }}
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
strategy:
6060
matrix:
61-
python-version: [3.11]
61+
python-version: [3.12]
6262
steps:
6363
- uses: actions/checkout@v2
6464
- name: Set up Python ${{ matrix.python-version }}

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ classifiers =
4040
Intended Audience :: Science/Research
4141
Operating System :: OS Independent
4242
Programming Language :: Python
43-
Programming Language :: Python :: 3.9
4443
Programming Language :: Python :: 3.11
44+
Programming Language :: Python :: 3.12
4545
Programming Language :: Python :: 3 :: Only
4646
Topic :: Scientific/Engineering :: Artificial Intelligence
4747

@@ -56,7 +56,7 @@ install_requires =
5656
pytest
5757
nox
5858

59-
python_requires = >=3.9
59+
python_requires = >=3.11
6060

6161
packages = find:
6262
package_dir =

0 commit comments

Comments
 (0)