From f1a86d4730dadadd104593b06964f7aaeb3ea495 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 28 Oct 2022 09:32:50 +0200 Subject: [PATCH] Prepare final 3.11 supporting release. --- .github/workflows/tests.yml | 2 +- .meta.toml | 4 ++-- CHANGES.rst | 5 +---- setup.py | 2 +- tox.ini | 3 --- 5 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 14244e4..ac63f03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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"] diff --git a/.meta.toml b/.meta.toml index bb6c073..a7903ca 100644 --- a/.meta.toml +++ b/.meta.toml @@ -2,7 +2,7 @@ # https://github.com/zopefoundation/meta/tree/master/config/pure-python [meta] template = "pure-python" -commit-id = "b5df3766ff8923477f3d24729b19504f0c401a2e" +commit-id = "70229255d495a945324228b50ee735cc75e01430" [python] with-pypy = false @@ -10,7 +10,7 @@ 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 diff --git a/CHANGES.rst b/CHANGES.rst index 8203ff8..29bec8c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) diff --git a/setup.py b/setup.py index 1c01ad5..11c6e98 100644 --- a/setup.py +++ b/setup.py @@ -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', ], diff --git a/tox.ini b/tox.ini index 3226a98..e338d78 100644 --- a/tox.ini +++ b/tox.ini @@ -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 = @@ -91,7 +89,6 @@ deps = datetime: DateTime -cconstraints.txt pytest-cov - Sphinx setenv = COVERAGE_FILE=.coverage commands =