File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 fail-fast : false
1313 matrix :
14- os : [ubuntu-latest, windows-latest, macos-latest]
15- python-version : ["3.11"]
16- # We only run latest Python on macOS and Windows to save resources.
17- include :
18- - os : ubuntu-latest
19- python-version : " 3.8"
20- - os : ubuntu-latest
21- python-version : " 3.9"
22- - os : ubuntu-latest
23- python-version : " 3.10"
14+ os : [ubuntu-latest, windows-latest]
15+ python-version : ["3.8", "3.12"]
2416
2517 steps :
2618 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ def walk_subpkg(name):
5353 keywords = "data visualization" ,
5454 classifiers = [
5555 "Programming Language :: Python :: 3" ,
56- "Programming Language :: Python :: 3.7" ,
5756 "Programming Language :: Python :: 3.8" ,
5857 "Programming Language :: Python :: 3.9" ,
5958 "Programming Language :: Python :: 3.10" ,
6059 "Programming Language :: Python :: 3.11" ,
60+ "Programming Language :: Python :: 3.12" ,
6161 "License :: OSI Approved :: MIT License" ,
6262 "Development Status :: 5 - Production/Stable" ,
6363 ],
You can’t perform that action at this time.
0 commit comments