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

Skip to content

Commit 490e21b

Browse files
Merge pull request #103 from ThomasWaldmann/updates
Misc Updates
2 parents 27bc076 + f677c42 commit 490e21b

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
15-
cython-version: ["0.29", "3.0"]
16-
os: [ubuntu-22.04]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
15+
cython-version: ["0.29", "3"]
16+
os: [ubuntu-24.04]
1717
exclude:
18-
- python-version: "3.13-dev"
18+
- python-version: "3.13"
19+
cython-version: "0.29"
20+
- python-version: "3.14-dev"
1921
cython-version: "0.29"
2022

2123
steps:
@@ -39,8 +41,8 @@ jobs:
3941
if: ${{ matrix.cython-version == '0.29' }}
4042
run: pip install "Cython<3"
4143

42-
- name: Install Python dependencies (Cython 3.0)
43-
if: ${{ matrix.cython-version == '3.0' }}
44+
- name: Install Python dependencies (Cython 3.x)
45+
if: ${{ matrix.cython-version == '3' }}
4446
run: pip install "Cython>=3"
4547

4648
- name: Test

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)