File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1717 build :
1818 strategy :
1919 matrix :
20- python-version : ['3.13']
20+ python-version : ['3.13', '3.14' ]
2121 platform : [ubuntu-latest, windows-latest]
2222
2323 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ classifiers = [
2626 " Operating System :: POSIX" ,
2727 " Programming Language :: Python :: 3 :: Only" ,
2828 " Programming Language :: Python :: 3.13" ,
29+ " Programming Language :: Python :: 3.14" ,
2930]
3031dynamic = [
3132 " version" ,
@@ -311,7 +312,7 @@ pep621_dev_dependency_groups = [
311312[tool .pyproject-fmt ]
312313indent = 4
313314keep_full_version = true
314- max_supported_python = " 3.13 "
315+ max_supported_python = " 3.14 "
315316
316317[tool .pytest .ini_options ]
317318
You can’t perform that action at this time.
0 commit comments