Skip to content

Commit bea0f7e

Browse files
authored
Merge pull request #68 from nsano-rururu/test-py313and314
Add support for Python 3.13 and 3.14
2 parents 0e9ea50 + e6844d7 commit bea0f7e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
42+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14" ]
4343

4444
steps:
4545
- uses: actions/checkout@v4

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'Programming Language :: Python :: 3.11',
4343
'Programming Language :: Python :: 3.12',
4444
'Programming Language :: Python :: 3.13',
45+
'Programming Language :: Python :: 3.14',
4546
'Programming Language :: Python :: Implementation :: CPython',
4647
'Programming Language :: Python :: Implementation :: PyPy',
4748
'Topic :: Software Development :: Libraries',

0 commit comments

Comments
 (0)