Skip to content

Commit 658cafc

Browse files
committed
Adds Python 3.14 to unit tests
1 parent 0a0c93d commit 658cafc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python: ["3.9", "3.10", "3.11", "3.12", "3.13", 'pypy-2.7', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11']
14+
python: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", 'pypy-2.7', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11']
1515
fail-fast: false
1616

1717
steps:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"Programming Language :: Python :: 3.11",
9292
"Programming Language :: Python :: 3.12",
9393
"Programming Language :: Python :: 3.13",
94+
"Programming Language :: Python :: 3.14",
9495
"Programming Language :: Python :: Implementation :: CPython",
9596
"Programming Language :: Python :: Implementation :: PyPy",
9697
"Operating System :: POSIX",

0 commit comments

Comments
 (0)