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 17
17
- " 3.11"
18
18
- " 3.12"
19
19
- " 3.13"
20
+ - " 3.14"
20
21
runs-on : ubuntu-latest
21
22
steps :
22
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
28
with :
28
29
python-version : ${{ matrix.python }}
29
30
cache : pip
31
+ allow-prereleases : true
30
32
31
33
- name : test
32
34
run : make test INSTALL_EXTRA=test
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ jobs:
115
115
- " 3.11"
116
116
- " 3.12"
117
117
- " 3.13"
118
+ - " 3.14"
118
119
119
120
runs-on : ubuntu-latest
120
121
@@ -127,6 +128,7 @@ jobs:
127
128
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
128
129
with :
129
130
python-version : ${{ matrix.python }}
131
+ allow-prereleases : true
130
132
131
133
- name : walk modules
132
134
env :
Original file line number Diff line number Diff line change 5
5
[ ![ CI] ( https://github.com/pypi/stdlib-list/actions/workflows/ci.yml/badge.svg )] ( https://github.com/pypi/stdlib-list/actions/workflows/ci.yml )
6
6
7
7
This package includes lists of all of the standard libraries for Python 2.6
8
- through 3.13 .
8
+ through 3.14 .
9
9
10
10
** IMPORTANT** : If you're on Python 3.10 or newer, you ** probably don't need this library** .
11
11
See [ ` 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
2
2
===========
3
3
4
4
This package includes lists of all of the standard libraries for Python 2.6
5
- through 3.13 .
5
+ through 3.14 .
6
6
7
7
.. note ::
8
8
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ include = ["tests/"]
11
11
[project ]
12
12
name = " stdlib-list"
13
13
dynamic = [" 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 )."
15
15
readme = " README.md"
16
16
license = { file = " LICENSE" }
17
17
authors = [{
name =
" Jack Maney" ,
email =
" [email protected] " }]
You can’t perform that action at this time.
0 commit comments