File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
docs/changelog-fragments.d Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -728,6 +728,7 @@ jobs:
728728 # NOTE: The latest and the lowest supported Pythons are prioritized
729729 # NOTE: to improve the responsiveness. It's nice to see the most
730730 # NOTE: important results first.
731+ - 3.14
731732 - 3.13
732733 - 3.8
733734 - pypy-3.11
@@ -736,7 +737,6 @@ jobs:
736737 - >-
737738 3.10
738739 - 3.9
739- - ~3.14.0-0
740740 runner-vm-os :
741741 - ubuntu-24.04-arm
742742 - ubuntu-24.04
Original file line number Diff line number Diff line change 5858 # NOTE: The latest and the lowest supported Pythons are prioritized
5959 # NOTE: to improve the responsiveness. It's nice to see the most
6060 # NOTE: important results first.
61+ - 3.14
6162 - 3.13
6263 - 3.8
6364 - pypy-3.11
6667 - >-
6768 3.10
6869 - 3.9
69- - ~3.14.0-0
7070 os :
7171 - ubuntu-24.04-arm
7272 - macOS-15 # arm64
Original file line number Diff line number Diff line change 1+ Declared Python version 3.14 as officially supported
2+ -- by :user: `mr-c `.
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ classifiers = [
2929 " Programming Language :: Python :: 3.11" ,
3030 " Programming Language :: Python :: 3.12" ,
3131 " Programming Language :: Python :: 3.13" ,
32+ " Programming Language :: Python :: 3.14" ,
3233 " Programming Language :: Python :: Implementation" ,
3334 " Programming Language :: Python :: Implementation :: CPython" ,
3435 " Programming Language :: Python :: Implementation :: Jython" ,
You can’t perform that action at this time.
0 commit comments