Skip to content

Commit c31c133

Browse files
author
Michael Howitz
authored
Add preliminary support for Python 3.12a7. (#253)
1 parent ca2e613 commit c31c133

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.9", "py39"]
2828
- ["3.10", "py310"]
2929
- ["3.11", "py311"]
30-
- ["3.12.0-alpha.5", "py312"]
30+
- ["3.12.0-alpha.7", "py312"]
3131
- ["3.9", "docs"]
3232
- ["3.9", "coverage"]
3333
- ["3.9", "py39-datetime"]

.meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
33
[meta]
44
template = "pure-python"
5-
commit-id = "c7a64084"
5+
commit-id = "fe63cb4c"
66

77
[python]
88
with-pypy = false

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ignore =
2424
force_single_line = True
2525
combine_as_imports = True
2626
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
27-
known_third_party = six, docutils, pkg_resources, pytz
27+
known_third_party = docutils, pkg_resources, pytz
2828
known_zope =
2929
known_first_party =
3030
default_section = ZOPE

0 commit comments

Comments
 (0)