File tree 3 files changed +2
-19
lines changed
3 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- python-version : ['3.9 ', '3.10 ', '3.11 ']
14
+ python-version : ['3.10 ', '3.11 ', '3.12 ']
15
15
os : [ubuntu-latest, macOS-latest, windows-latest]
16
16
17
17
steps :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 40
40
"Development Status :: 5 - Production/Stable" ,
41
41
"Intended Audience :: Developers" ,
42
42
"Programming Language :: Python :: 3" ,
43
- "Programming Language :: Python :: 3.7" ,
44
- "Programming Language :: Python :: 3.8" ,
45
43
"Programming Language :: Python :: 3.9" ,
46
44
"Programming Language :: Python :: 3.10" ,
47
45
"Programming Language :: Python :: 3.11" ,
46
+ "Programming Language :: Python :: 3.12" ,
48
47
"License :: OSI Approved :: Apache Software License" ,
49
48
"Operating System :: OS Independent" ,
50
49
],
You can’t perform that action at this time.
0 commit comments