File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - ' 3.12'
1818 - ' 3.13'
1919 - ' 3.13t'
20+ - ' 3.14'
21+ - ' 3.14t'
2022 architecture :
2123 - x86
2224 - x64
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Version 1.12
55------------
66
77* Add support for Free Threading.
8+ * Support Python 3.14.
89
910
1011Version 1.11
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 11[tox]
22minversion = 3.3
3- envlist = py3{9-13 }, py313t
3+ envlist = py3{9-14 }, py31{3-4}t
44isolated_build = True
55
66[testenv]
You can’t perform that action at this time.
0 commit comments