File tree Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 27
27
- ["3.8", "py38"]
28
28
- ["3.9", "py39"]
29
29
- ["3.10", "py310"]
30
- - ["3.11.0-rc.2 ", "py311"]
30
+ - ["3.11", "py311"]
31
31
- ["3.9", "docs"]
32
32
- ["3.9", "coverage"]
33
33
- ["3.9", "py39-datetime"]
Original file line number Diff line number Diff line change 2
2
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
3
3
[meta ]
4
4
template = " pure-python"
5
- commit-id = " b5df3766ff8923477f3d24729b19504f0c401a2e "
5
+ commit-id = " 70229255d495a945324228b50ee735cc75e01430 "
6
6
7
7
[python ]
8
8
with-pypy = false
9
9
with-legacy-python = false
10
10
with-docs = true
11
11
with-sphinx-doctests = true
12
12
with-windows = true
13
- with-future-python = true
13
+ with-future-python = false
14
14
15
15
[tox ]
16
16
use-flake8 = true
Original file line number Diff line number Diff line change @@ -12,10 +12,7 @@ Backwards incompatible changes
12
12
Features
13
13
++++++++
14
14
15
- - Allow to use the package with Python 3.11 -- Caution: No security audit has
16
- been done so far.
17
-
18
- - Fix code to run on Python 3.11.0b3.
15
+ - Officially support Python 3.11.
19
16
20
17
21
18
5.2 (2021-11-19)
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ def read(*rnames):
47
47
'Programming Language :: Python' ,
48
48
'Operating System :: OS Independent' ,
49
49
'Programming Language :: Python :: 3' ,
50
- 'Programming Language :: Python :: 3 :: Only' ,
51
50
'Programming Language :: Python :: 3.6' ,
52
51
'Programming Language :: Python :: 3.7' ,
53
52
'Programming Language :: Python :: 3.8' ,
54
53
'Programming Language :: Python :: 3.9' ,
55
54
'Programming Language :: Python :: 3.10' ,
55
+ 'Programming Language :: Python :: 3.11' ,
56
56
'Programming Language :: Python :: Implementation :: CPython' ,
57
57
'Topic :: Security' ,
58
58
],
Original file line number Diff line number Diff line change @@ -17,12 +17,10 @@ envlist =
17
17
18
18
[testenv]
19
19
usedevelop = true
20
- pip_pre = py311: true
21
20
deps =
22
21
datetime: DateTime
23
22
-cconstraints.txt
24
23
pytest-cov
25
- Sphinx
26
24
setenv =
27
25
COVERAGE_FILE =.coverage.{envname}
28
26
commands =
91
89
datetime: DateTime
92
90
-cconstraints.txt
93
91
pytest-cov
94
- Sphinx
95
92
setenv =
96
93
COVERAGE_FILE =.coverage
97
94
commands =
You can’t perform that action at this time.
0 commit comments