Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Python 3.12 on GHA #1722

Merged
merged 7 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
We still need robot for the p.a.contenttypes dep
  • Loading branch information
tisto committed Oct 14, 2023
commit ff8d2c59c8ebd69643bfece311bce6f20161d57b
2 changes: 2 additions & 0 deletions plone-6.0.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ zodb-temporary-storage = off
[versions]
black = 22.3.0
pygments = 2.14.0
robotframework-browser = 17.5.2
grpcio-tools = 1.59.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def read(filename):
TEST_REQUIRES = [
"collective.MockMailHost",
"plone.app.caching",
"plone.app.contenttypes",
"plone.app.contenttypes[test]",
"plone.app.testing",
"plone.api",
"requests",
Expand Down Expand Up @@ -70,6 +70,7 @@ def read(filename):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down