Skip to content

Commit afb6d8f

Browse files
committed
ci: test 3.7-3.12
1 parent b2f5851 commit afb6d8f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- os: ubuntu-latest
1818
pip_cache_path: ~/.cache/pip
1919
experimental: false
20-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
20+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2121
defaults:
2222
run:
2323
shell: bash -l {0} # For conda

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ def get_version(rel_path):
5959
'Intended Audience :: Science/Research',
6060
'License :: OSI Approved :: MIT License',
6161
'Programming Language :: Python :: 3',
62+
'Programming Language :: Python :: 3.7',
6263
'Programming Language :: Python :: 3.8',
6364
'Programming Language :: Python :: 3.9',
6465
'Programming Language :: Python :: 3.10',
6566
'Programming Language :: Python :: 3.11',
67+
'Programming Language :: Python :: 3.12',
6668
'Topic :: Software Development :: Libraries :: Python Modules',
6769
],
6870
packages=find_packages(),

0 commit comments

Comments
 (0)