Skip to content

Commit

Permalink
- use final Python 3.12 release for tests and use new binary package …
Browse files Browse the repository at this point in the history
…releases
  • Loading branch information
dataflake committed Oct 6, 2023
1 parent be2331f commit dcff181
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["3.11", "py311"]
- ["3.12.0-rc.3", "py312"]
- ["3.12", "py312"]
- ["3.9", "docs"]
- ["3.9", "coverage"]
exclude:
Expand All @@ -41,7 +41,7 @@ jobs:
# macOS/Python 3.11+ is set up for universal2 architecture
# which causes build and package selection issues.
- { os: ["macos", "macos-11"], config: ["3.11", "py311"] }
- { os: ["macos", "macos-11"], config: ["3.12.0-rc.3", "py312"] }
- { os: ["macos", "macos-11"], config: ["3.12", "py312"] }

runs-on: ${{ matrix.os[1] }}
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/zope-product
[meta]
template = "zope-product"
commit-id = "b21fbbf2"
commit-id = "571024f0"

[python]
with-pypy = false
Expand Down
24 changes: 12 additions & 12 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
AccessControl==6.2
Acquisition==5.0
Acquisition==5.1
AuthEncoding==5.0
BTrees==5.0
BTrees==5.1
Chameleon==4.2.0
DateTime==5.2
DocumentTemplate==4.5
ExtensionClass==5.0
ExtensionClass==5.1
MultiMapping==5.0
Paste==3.6.0
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.0.1; python_version > '3.7'
Persistence==4.0.post1
Persistence==4.1
RestrictedPython==6.2; python_version == '3.10'
RestrictedPython==6.2; python_version == '3.11'
RestrictedPython==6.2; python_version == '3.7'
Expand All @@ -27,7 +27,7 @@ beautifulsoup4==4.12.2
cffi==1.15.1; python_version == '3.7'
cffi==1.16.0; python_version > '3.7'
multipart==0.2.4
persistent==5.0
persistent==5.1
pycparser==2.21
python-gettext==5.0
pytz==2023.3.post1
Expand All @@ -41,7 +41,7 @@ z3c.pt==4.0
zExceptions==5.0
zc.lockfile==3.0.post1
zc.recipe.egg==2.0.7
zodbpickle==3.0.1
zodbpickle==3.1
zope.annotation==5.0
zope.browser==3.0
zope.browsermenu==5.0
Expand All @@ -50,7 +50,7 @@ zope.browserresource==5.1
zope.cachedescriptors==5.0
zope.component==6.0
zope.configuration==5.0
zope.container==5.1
zope.container==5.2
zope.contentprovider==5.0
zope.contenttype==5.1
zope.datetime==5.0.0
Expand All @@ -61,19 +61,19 @@ zope.event==5.0
zope.exceptions==5.0.1
zope.filerepresentation==6.0
zope.globalrequest==2.0
zope.hookable==5.4
zope.hookable==6.0
zope.i18n==5.1
zope.i18nmessageid==6.0.1
zope.interface==6.0
zope.i18nmessageid==6.1.0
zope.interface==6.1
zope.lifecycleevent==5.0
zope.location==5.0
zope.pagetemplate==5.0
zope.processlifetime==3.0
zope.proxy==5.0.0
zope.proxy==5.1
zope.ptresource==5.0
zope.publisher==7.0
zope.schema==7.0.1
zope.security==6.1
zope.security==6.2
zope.sequencesort==5.0
zope.site==5.0
zope.size==5.0
Expand Down
24 changes: 12 additions & 12 deletions requirements-full.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope
AccessControl==6.2
Acquisition==5.0
Acquisition==5.1
AuthEncoding==5.0
BTrees==5.0
BTrees==5.1
Chameleon==4.2.0
DateTime==5.2
DocumentTemplate==4.5
ExtensionClass==5.0
ExtensionClass==5.1
MultiMapping==5.0
Paste==3.6.0
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.0.1; python_version > '3.7'
Persistence==4.0.post1
Persistence==4.1
RestrictedPython==6.2; python_version == '3.10'
RestrictedPython==6.2; python_version == '3.11'
RestrictedPython==6.2; python_version == '3.7'
Expand All @@ -28,7 +28,7 @@ beautifulsoup4==4.12.2
cffi==1.15.1; python_version == '3.7'
cffi==1.16.0; python_version > '3.7'
multipart==0.2.4
persistent==5.0
persistent==5.1
pycparser==2.21
python-gettext==5.0
pytz==2023.3.post1
Expand All @@ -42,7 +42,7 @@ z3c.pt==4.0
zExceptions==5.0
zc.lockfile==3.0.post1
zc.recipe.egg==2.0.7
zodbpickle==3.0.1
zodbpickle==3.1
zope.annotation==5.0
zope.browser==3.0
zope.browsermenu==5.0
Expand All @@ -51,7 +51,7 @@ zope.browserresource==5.1
zope.cachedescriptors==5.0
zope.component==6.0
zope.configuration==5.0
zope.container==5.1
zope.container==5.2
zope.contentprovider==5.0
zope.contenttype==5.1
zope.datetime==5.0.0
Expand All @@ -62,19 +62,19 @@ zope.event==5.0
zope.exceptions==5.0.1
zope.filerepresentation==6.0
zope.globalrequest==2.0
zope.hookable==5.4
zope.hookable==6.0
zope.i18n==5.1
zope.i18nmessageid==6.0.1
zope.interface==6.0
zope.i18nmessageid==6.1.0
zope.interface==6.1
zope.lifecycleevent==5.0
zope.location==5.0
zope.pagetemplate==5.0
zope.processlifetime==3.0
zope.proxy==5.0.0
zope.proxy==5.1
zope.ptresource==5.0
zope.publisher==7.0
zope.schema==7.0.1
zope.security==6.1
zope.security==6.2
zope.sequencesort==5.0
zope.site==5.0
zope.size==5.0
Expand Down
24 changes: 12 additions & 12 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
Zope =
Zope2 = 4.0
AccessControl = 6.2
Acquisition = 5.0
Acquisition = 5.1
AuthEncoding = 5.0
BTrees = 5.0
BTrees = 5.1
Chameleon = 4.2.0
DateTime = 5.2
DocumentTemplate = 4.5
ExtensionClass = 5.0
ExtensionClass = 5.1
MultiMapping = 5.0
Paste = 3.6.0
PasteDeploy = 3.0.1
Persistence = 4.0.post1
Persistence = 4.1
RestrictedPython = 7.0a1.dev1
WebTest = 3.0.0
WSGIProxy2 = 0.5.1
Expand All @@ -25,7 +25,7 @@ ZODB = 5.8.1
beautifulsoup4 = 4.12.2
cffi = 1.16.0
multipart = 0.2.4
persistent = 5.0
persistent = 5.1
pycparser = 2.21
python-gettext = 5.0
pytz = 2023.3.post1
Expand All @@ -38,7 +38,7 @@ z3c.pt = 4.0
zExceptions = 5.0
zc.lockfile = 3.0.post1
zc.recipe.egg = 2.0.7
zodbpickle = 3.0.1
zodbpickle = 3.1
zope.annotation = 5.0
zope.browser = 3.0
zope.browsermenu = 5.0
Expand All @@ -47,7 +47,7 @@ zope.browserresource = 5.1
zope.cachedescriptors = 5.0
zope.component = 6.0
zope.configuration = 5.0
zope.container = 5.1
zope.container = 5.2
zope.contentprovider = 5.0
zope.contenttype = 5.1
zope.datetime = 5.0.0
Expand All @@ -58,19 +58,19 @@ zope.event = 5.0
zope.exceptions = 5.0.1
zope.filerepresentation = 6.0
zope.globalrequest = 2.0
zope.hookable = 5.4
zope.hookable = 6.0
zope.i18n = 5.1
zope.i18nmessageid = 6.0.1
zope.interface = 6.0
zope.i18nmessageid = 6.1.0
zope.interface = 6.1
zope.lifecycleevent = 5.0
zope.location = 5.0
zope.pagetemplate = 5.0
zope.processlifetime = 3.0
zope.proxy = 5.0.0
zope.proxy = 5.1
zope.ptresource = 5.0
zope.publisher = 7.0
zope.schema = 7.0.1
zope.security = 6.1
zope.security = 6.2
zope.sequencesort = 5.0
zope.site = 5.0
zope.size = 5.0
Expand Down

0 comments on commit dcff181

Please sign in to comment.