Skip to content

Commit e2cec7c

Browse files
committed
Python 3.14 support
1 parent 57e881c commit e2cec7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
os: [ubuntu-20.04]
67-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
67+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
6868
boost-version: [1.87.0]
6969
boost-version-snake: ['1_87_0']
7070
steps:

.github/workflows/osx-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
os: [macos-14]
67-
python-version: ['3.10', '3.11', '3.12', '3.13']
67+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
6868
boost-version: [1.87.0]
6969
boost-version-snake: ['1_87_0']
7070
env:

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
matrix:
6666
os: [macos-13]
67-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
67+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
6868
boost-version: [1.87.0]
6969
boost-version-snake: ['1_87_0']
7070
steps:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
matrix:
7777
# Needed for MSVC toolset 14.2
7878
os: [windows-2019]
79-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
79+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
8080
boost-version: [1.84.0]
8181
boost-version-snake: ['1_84_0']
8282
steps:

0 commit comments

Comments
 (0)