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 2727 - ["3.8", "py38"]
2828 - ["3.9", "py39"]
2929 - ["3.10", "py310"]
30- - ["3.11.0-rc.2 ", "py311"]
30+ - ["3.11", "py311"]
3131 - ["3.9", "docs"]
3232 - ["3.9", "coverage"]
3333 - ["3.9", "py39-datetime"]
Original file line number Diff line number Diff line change 22# https://github.com/zopefoundation/meta/tree/master/config/pure-python
33[meta ]
44template = " pure-python"
5- commit-id = " b5df3766ff8923477f3d24729b19504f0c401a2e "
5+ commit-id = " 70229255d495a945324228b50ee735cc75e01430 "
66
77[python ]
88with-pypy = false
99with-legacy-python = false
1010with-docs = true
1111with-sphinx-doctests = true
1212with-windows = true
13- with-future-python = true
13+ with-future-python = false
1414
1515[tox ]
1616use-flake8 = true
Original file line number Diff line number Diff line change @@ -12,10 +12,7 @@ Backwards incompatible changes
1212Features
1313++++++++
1414
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.
1916
2017
21185.2 (2021-11-19)
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ def read(*rnames):
4747 'Programming Language :: Python' ,
4848 'Operating System :: OS Independent' ,
4949 'Programming Language :: Python :: 3' ,
50- 'Programming Language :: Python :: 3 :: Only' ,
5150 'Programming Language :: Python :: 3.6' ,
5251 'Programming Language :: Python :: 3.7' ,
5352 'Programming Language :: Python :: 3.8' ,
5453 'Programming Language :: Python :: 3.9' ,
5554 'Programming Language :: Python :: 3.10' ,
55+ 'Programming Language :: Python :: 3.11' ,
5656 'Programming Language :: Python :: Implementation :: CPython' ,
5757 'Topic :: Security' ,
5858 ],
Original file line number Diff line number Diff line change @@ -17,12 +17,10 @@ envlist =
1717
1818[testenv]
1919usedevelop = true
20- pip_pre = py311: true
2120deps =
2221 datetime: DateTime
2322 -cconstraints.txt
2423 pytest-cov
25- Sphinx
2624setenv =
2725 COVERAGE_FILE =.coverage.{envname}
2826commands =
9189 datetime: DateTime
9290 -cconstraints.txt
9391 pytest-cov
94- Sphinx
9592setenv =
9693 COVERAGE_FILE =.coverage
9794commands =
You can’t perform that action at this time.
0 commit comments