Skip to content

Commit 478b9df

Browse files
hoffstadtbmrv911
andcommitted
feat: add python 3.14 support
Co-authored-by: BrayanMoises RodríguezVeizaga <[email protected]>
1 parent 6a299f3 commit 478b9df

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/Deployment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: windows-2022
3434
strategy:
3535
matrix:
36-
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12", "3.13" ]
36+
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12", "3.13", "3.14" ]
3737

3838
steps:
3939

@@ -77,7 +77,7 @@ jobs:
7777
runs-on: macos-13
7878
strategy:
7979
matrix:
80-
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12", "3.13" ]
80+
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12", "3.13", "3.14" ]
8181

8282
steps:
8383

@@ -118,7 +118,7 @@ jobs:
118118
runs-on: macos-latest-xlarge
119119
strategy:
120120
matrix:
121-
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
121+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
122122

123123
steps:
124124

@@ -161,7 +161,7 @@ jobs:
161161
CXX: g++-9
162162
strategy:
163163
matrix:
164-
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12", "3.13" ]
164+
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12", "3.13", "3.14" ]
165165

166166
steps:
167167

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def setup_package():
186186
'Programming Language :: Python :: 3.11',
187187
'Programming Language :: Python :: 3.12',
188188
'Programming Language :: Python :: 3.13',
189+
'Programming Language :: Python :: 3.14',
189190
'Programming Language :: Python :: Implementation :: CPython',
190191
'Programming Language :: Python :: 3 :: Only',
191192
'Topic :: Software Development :: User Interfaces',

0 commit comments

Comments
 (0)