Skip to content

Commit d9031b5

Browse files
committed
feat: update Python version to 3.9+, update CI Python version
1 parent fdf370d commit d9031b5

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ['3.9', '3.10', '3.11']
14+
python-version: ['3.10', '3.11', '3.12']
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
1616

1717
steps:

.travis.yml

-16
This file was deleted.

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@
4040
"Development Status :: 5 - Production/Stable",
4141
"Intended Audience :: Developers",
4242
"Programming Language :: Python :: 3",
43-
"Programming Language :: Python :: 3.7",
44-
"Programming Language :: Python :: 3.8",
4543
"Programming Language :: Python :: 3.9",
4644
"Programming Language :: Python :: 3.10",
4745
"Programming Language :: Python :: 3.11",
46+
"Programming Language :: Python :: 3.12",
4847
"License :: OSI Approved :: Apache Software License",
4948
"Operating System :: OS Independent",
5049
],

0 commit comments

Comments
 (0)