Commit 39ec9a5 1 parent 735c9f2 commit 39ec9a5 Copy full SHA for 39ec9a5
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11
11
run_test_suite :
12
12
strategy :
13
13
matrix :
14
- python-version : [3.7 , 3.12 ] # no current need for in-between versions
14
+ python-version : [3.9 , 3.13 ] # no current need for in-between versions
15
15
name : Run the Test Suite
16
16
runs-on : ubuntu-20.04
17
17
steps :
Original file line number Diff line number Diff line change 20
20
"Operating System :: OS Independent" ,
21
21
"Topic :: Software Development" ,
22
22
"Programming Language :: Python :: 3" ,
23
- "Programming Language :: Python :: 3.7" ,
24
- "Programming Language :: Python :: 3.8" ,
25
23
"Programming Language :: Python :: 3.9" ,
26
24
"Programming Language :: Python :: 3.10" ,
27
25
"Programming Language :: Python :: 3.11" ,
28
26
"Programming Language :: Python :: 3.12" ,
27
+ "Programming Language :: Python :: 3.13" ,
29
28
"Programming Language :: Python :: 3 :: Only" ,
30
29
],
31
- python_requires = '>=3.7 ' ,
30
+ python_requires = '>=3.9 ' ,
32
31
setup_requires = [
33
32
'setuptools>=38.6.0' , # for long_description_content_type
34
33
],
You can’t perform that action at this time.
0 commit comments