Skip to content

Commit

Permalink
Prepare final 3.11 supporting release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 28, 2022
1 parent bd353e3 commit f1a86d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- ["3.8", "py38"]
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["3.11.0-rc.2", "py311"]
- ["3.11", "py311"]
- ["3.9", "docs"]
- ["3.9", "coverage"]
- ["3.9", "py39-datetime"]
Expand Down
4 changes: 2 additions & 2 deletions .meta.toml
Expand Up @@ -2,15 +2,15 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "b5df3766ff8923477f3d24729b19504f0c401a2e"
commit-id = "70229255d495a945324228b50ee735cc75e01430"

[python]
with-pypy = false
with-legacy-python = false
with-docs = true
with-sphinx-doctests = true
with-windows = true
with-future-python = true
with-future-python = false

[tox]
use-flake8 = true
Expand Down
5 changes: 1 addition & 4 deletions CHANGES.rst
Expand Up @@ -12,10 +12,7 @@ Backwards incompatible changes
Features
++++++++

- Allow to use the package with Python 3.11 -- Caution: No security audit has
been done so far.

- Fix code to run on Python 3.11.0b3.
- Officially support Python 3.11.


5.2 (2021-11-19)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -47,12 +47,12 @@ def read(*rnames):
'Programming Language :: Python',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Security',
],
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Expand Up @@ -17,12 +17,10 @@ envlist =

[testenv]
usedevelop = true
pip_pre = py311: true
deps =
datetime: DateTime
-cconstraints.txt
pytest-cov
Sphinx
setenv =
COVERAGE_FILE=.coverage.{envname}
commands =
Expand Down Expand Up @@ -91,7 +89,6 @@ deps =
datetime: DateTime
-cconstraints.txt
pytest-cov
Sphinx
setenv =
COVERAGE_FILE=.coverage
commands =
Expand Down

0 comments on commit f1a86d4

Please sign in to comment.