Skip to content

Commit 4b490a2

Browse files
committed
Support Python 3.14
1 parent 0b34788 commit 4b490a2

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- '3.12'
1818
- '3.13'
1919
- '3.13t'
20+
- '3.14'
21+
- '3.14t'
2022
architecture:
2123
- x86
2224
- x64

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Version 1.12
55
------------
66

77
* Add support for Free Threading.
8+
* Support Python 3.14.
89

910

1011
Version 1.11

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3.13",
29+
"Programming Language :: Python :: 3.14",
2930
"Topic :: Software Development :: Libraries :: Python Modules",
3031
"Topic :: System :: Archiving :: Compression",
3132
"Typing :: Typed",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.3
3-
envlist = py3{9-13}, py313t
3+
envlist = py3{9-14}, py31{3-4}t
44
isolated_build = True
55

66
[testenv]

0 commit comments

Comments
 (0)