Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce6c568

Browse files
support and test on Python 3.14
1 parent 20eff8d commit ce6c568

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
1515
cython-version: ["0.29", "3"]
1616
os: [ubuntu-24.04]
1717
exclude:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def main():
116116
'Programming Language :: Python :: 3.11',
117117
'Programming Language :: Python :: 3.12',
118118
'Programming Language :: Python :: 3.13',
119+
'Programming Language :: Python :: 3.14',
119120
'Topic :: Software Development :: Libraries :: Python Modules',
120121
'Topic :: System :: Filesystems',
121122
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',

0 commit comments

Comments
 (0)