File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
os : [ ubuntu-latest ]
12
- python-version : [3.9 , 3.11]
12
+ python-version : [3.12 , 3.11]
13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- name : Set up Python ${{ matrix.python-version }}
26
26
runs-on : ubuntu-latest
27
27
strategy :
28
28
matrix :
29
- python-version : [3.9 , 3.11]
29
+ python-version : [3.12 , 3.11]
30
30
steps :
31
31
- uses : actions/checkout@v2
32
32
- name : Set up Python ${{ matrix.python-version }}
42
42
runs-on : ubuntu-latest
43
43
strategy :
44
44
matrix :
45
- python-version : [3.9 , 3.11]
45
+ python-version : [3.12 , 3.11]
46
46
steps :
47
47
- uses : actions/checkout@v2
48
48
- name : Set up Python ${{ matrix.python-version }}
58
58
runs-on : ubuntu-latest
59
59
strategy :
60
60
matrix :
61
- python-version : [3.11 ]
61
+ python-version : [3.12 ]
62
62
steps :
63
63
- uses : actions/checkout@v2
64
64
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ classifiers =
40
40
Intended Audience :: Science/Research
41
41
Operating System :: OS Independent
42
42
Programming Language :: Python
43
- Programming Language :: Python :: 3.9
44
43
Programming Language :: Python :: 3.11
44
+ Programming Language :: Python :: 3.12
45
45
Programming Language :: Python :: 3 :: Only
46
46
Topic :: Scientific/Engineering :: Artificial Intelligence
47
47
@@ -56,7 +56,7 @@ install_requires =
56
56
pytest
57
57
nox
58
58
59
- python_requires = >=3.9
59
+ python_requires = >=3.11
60
60
61
61
packages = find:
62
62
package_dir =
You can’t perform that action at this time.
0 commit comments