Commit 17be4a7c authored by Jens Vagelpohl's avatar Jens Vagelpohl

- declare support for Python 3.12

parent 0d9521a1
...@@ -27,7 +27,7 @@ jobs: ...@@ -27,7 +27,7 @@ jobs:
- ["3.9", "py39"] - ["3.9", "py39"]
- ["3.10", "py310"] - ["3.10", "py310"]
- ["3.11", "py311"] - ["3.11", "py311"]
- ["3.12.0-beta.4", "py312"] - ["3.12", "py312"]
- ["pypy-3.9", "pypy3"] - ["pypy-3.9", "pypy3"]
- ["3.9", "docs"] - ["3.9", "docs"]
- ["3.9", "coverage"] - ["3.9", "coverage"]
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python # https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta] [meta]
template = "pure-python" template = "pure-python"
commit-id = "49beb029" commit-id = "babc889c"
[python] [python]
with-windows = true with-windows = true
......
# .readthedocs.yaml # Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
# Read the Docs configuration file # Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
6.0 (unreleased) 6.0 (unreleased)
================ ================
- Add preliminary support for Python 3.12b4. - Add support for Python 3.12.
- Drop support for Python 2.7, 3.5, 3.6. - Drop support for Python 2.7, 3.5, 3.6.
......
...@@ -54,6 +54,7 @@ setup( ...@@ -54,6 +54,7 @@ setup(
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Database", "Topic :: Database",
......
...@@ -19,7 +19,6 @@ envlist = ...@@ -19,7 +19,6 @@ envlist =
usedevelop = true usedevelop = true
package = wheel package = wheel
wheel_build_env = .pkg wheel_build_env = .pkg
pip_pre = py312: true
deps = deps =
setenv = setenv =
ZOPE_INTERFACE_STRICT_IRO=1 ZOPE_INTERFACE_STRICT_IRO=1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment