Skip to content

Commit 7d6225f

Browse files
authored
Support Python 3.14 (#871)
resolve #864
1 parent a4ea58a commit 7d6225f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/auto-testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- '3.11'
2323
- '3.12'
2424
- '3.13'
25+
- '3.14'
2526
steps:
2627
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2728
with:
@@ -57,6 +58,7 @@ jobs:
5758
- '3.11'
5859
- '3.12'
5960
- '3.13'
61+
- '3.14'
6062
steps:
6163
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6264
with:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ def run(self):
205205
"Programming Language :: Python :: 3.11",
206206
"Programming Language :: Python :: 3.12",
207207
"Programming Language :: Python :: 3.13",
208+
"Programming Language :: Python :: 3.14",
208209
"Topic :: Software Development"
209210
]
210211
)

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ envlist =
55
py3.11,
66
py3.12,
77
py3.13,
8+
py3.14,
89
py3-flake8-src,
910
py3-flake8-other
1011

0 commit comments

Comments
 (0)