Skip to content

Commit 4ccee79

Browse files
committed
test on all Python versions
1 parent 99389dd commit 4ccee79

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
matrix:
2121
os: [ubuntu-latest, macos-latest]
22-
pyv: ["3.8", "3.9", "3.10", "3.11.0-rc - 3.11", "3.12"]
22+
pyv: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2323

2424
steps:
2525
- uses: actions/checkout@v4

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ long_description_content_type = text/markdown
77
classifiers =
88
Development Status :: 4 - Beta
99
Programming Language :: Python :: 3
10-
Programming Language :: Python :: 3.7
1110
Programming Language :: Python :: 3.8
1211
Programming Language :: Python :: 3.9
1312
Programming Language :: Python :: 3.10
13+
Programming Language :: Python :: 3.11
14+
Programming Language :: Python :: 3.12
15+
Programming Language :: Python :: 3.13
16+
Programming Language :: Python :: 3.14
1417

1518
[options]
1619
install_requires =

0 commit comments

Comments
 (0)