Skip to content

Commit eed9d9d

Browse files
author
Michael Howitz
authored
Prepare final 3.11 supporting release. (#243)
1 parent bd353e3 commit eed9d9d

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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"]

.meta.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
33
[meta]
44
template = "pure-python"
5-
commit-id = "b5df3766ff8923477f3d24729b19504f0c401a2e"
5+
commit-id = "70229255d495a945324228b50ee735cc75e01430"
66

77
[python]
88
with-pypy = false
99
with-legacy-python = false
1010
with-docs = true
1111
with-sphinx-doctests = true
1212
with-windows = true
13-
with-future-python = true
13+
with-future-python = false
1414

1515
[tox]
1616
use-flake8 = true

CHANGES.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ Backwards incompatible changes
1212
Features
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

2118
5.2 (2021-11-19)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
],

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ envlist =
1717

1818
[testenv]
1919
usedevelop = true
20-
pip_pre = py311: true
2120
deps =
2221
datetime: DateTime
2322
-cconstraints.txt
2423
pytest-cov
25-
Sphinx
2624
setenv =
2725
COVERAGE_FILE=.coverage.{envname}
2826
commands =
@@ -91,7 +89,6 @@ deps =
9189
datetime: DateTime
9290
-cconstraints.txt
9391
pytest-cov
94-
Sphinx
9592
setenv =
9693
COVERAGE_FILE=.coverage
9794
commands =

0 commit comments

Comments
 (0)