Skip to content

Commit 59836db

Browse files
authored
Drop Py3.7, add Py3.12 (#164)
1 parent 90579e9 commit 59836db

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/test_code.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,8 @@ jobs:
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)