File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1717 - " 3.11"
1818 - " 3.12"
1919 - " 3.13"
20+ - " 3.14"
2021 runs-on : ubuntu-latest
2122 steps :
2223 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2728 with :
2829 python-version : ${{ matrix.python }}
2930 cache : pip
31+ allow-prereleases : true
3032
3133 - name : test
3234 run : make test INSTALL_EXTRA=test
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ jobs:
115115 - " 3.11"
116116 - " 3.12"
117117 - " 3.13"
118+ - " 3.14"
118119
119120 runs-on : ubuntu-latest
120121
@@ -127,6 +128,7 @@ jobs:
127128 - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
128129 with :
129130 python-version : ${{ matrix.python }}
131+ allow-prereleases : true
130132
131133 - name : walk modules
132134 env :
Original file line number Diff line number Diff line change 55[ ![ CI] ( https://github.com/pypi/stdlib-list/actions/workflows/ci.yml/badge.svg )] ( https://github.com/pypi/stdlib-list/actions/workflows/ci.yml )
66
77This package includes lists of all of the standard libraries for Python 2.6
8- through 3.13 .
8+ through 3.14 .
99
1010** IMPORTANT** : If you're on Python 3.10 or newer, you ** probably don't need this library** .
1111See [ ` sys.stdlib_module_names ` ] ( https://docs.python.org/3/library/sys.html#sys.stdlib_module_names )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ stdlib-list
22===========
33
44This package includes lists of all of the standard libraries for Python 2.6
5- through 3.13 .
5+ through 3.14 .
66
77.. note ::
88
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ include = ["tests/"]
1111[project ]
1212name = " stdlib-list"
1313dynamic = [" version" ]
14- description = " A list of Python Standard Libraries (2.7 through 3.13 )."
14+ description = " A list of Python Standard Libraries (2.7 through 3.14 )."
1515readme = " README.md"
1616license = { file = " LICENSE" }
1717authors = [{ name = " Jack Maney" , email = " jackmaney@gmail.com" }]
You can’t perform that action at this time.
0 commit comments