Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
17be4a7c
Commit
17be4a7c
authored
Oct 09, 2023
by
Jens Vagelpohl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- declare support for Python 3.12
parent
0d9521a1
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
+6
-5
.github/workflows/tests.yml
.github/workflows/tests.yml
+1
-1
.meta.toml
.meta.toml
+1
-1
.readthedocs.yaml
.readthedocs.yaml
+2
-1
CHANGES.rst
CHANGES.rst
+1
-1
setup.py
setup.py
+1
-0
tox.ini
tox.ini
+0
-1
No files found.
.github/workflows/tests.yml
View file @
17be4a7c
...
...
@@ -27,7 +27,7 @@ jobs:
-
[
"
3.9"
,
"
py39"
]
-
[
"
3.10"
,
"
py310"
]
-
[
"
3.11"
,
"
py311"
]
-
[
"
3.12
.0-beta.4
"
,
"
py312"
]
-
[
"
3.12"
,
"
py312"
]
-
[
"
pypy-3.9"
,
"
pypy3"
]
-
[
"
3.9"
,
"
docs"
]
-
[
"
3.9"
,
"
coverage"
]
...
...
.meta.toml
View file @
17be4a7c
...
...
@@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template
=
"pure-python"
commit-id
=
"
49beb029
"
commit-id
=
"
babc889c
"
[python]
with-windows
=
true
...
...
.readthedocs.yaml
View file @
17be4a7c
# .readthedocs.yaml
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
...
...
CHANGES.rst
View file @
17be4a7c
...
...
@@ -5,7 +5,7 @@
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.
...
...
setup.py
View file @
17be4a7c
...
...
@@ -54,6 +54,7 @@ setup(
"Programming Language :: Python :: 3.9"
,
"Programming Language :: Python :: 3.10"
,
"Programming Language :: Python :: 3.11"
,
"Programming Language :: Python :: 3.12"
,
"Programming Language :: Python :: Implementation :: CPython"
,
"Programming Language :: Python :: Implementation :: PyPy"
,
"Topic :: Database"
,
...
...
tox.ini
View file @
17be4a7c
...
...
@@ -19,7 +19,6 @@ envlist =
usedevelop
=
true
package
=
wheel
wheel_build_env
=
.pkg
pip_pre
=
py312: true
deps
=
setenv
=
ZOPE_INTERFACE_STRICT_IRO
=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment