Skip to content

Commit 3652e5a

Browse files
Adds python 3.14 to the test matrix
1 parent 7739fd8 commit 3652e5a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
10+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
1111

1212
name: Python ${{ matrix.python-version }}
1313
steps:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"Intended Audience :: Developers",
2323
"Topic :: Software Development :: Libraries",
2424
"License :: OSI Approved :: MIT License",
25+
"Programming Language :: Python :: 3.14",
2526
"Programming Language :: Python :: 3.13",
2627
"Programming Language :: Python :: 3.12",
2728
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)