Skip to content

Commit

Permalink
Merge pull request #890 from plone/python312
Browse files Browse the repository at this point in the history
Add support for Python 3.12
  • Loading branch information
gforcada authored Oct 17, 2023
2 parents a6df31f + ccc46a2 commit f004ffe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-buildout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion versions-extra.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ build = 1.0.3
cachecontrol = 0.13.1
cached-property = 1.5.2
check-manifest = 0.49
click = 8.1.4
click-default-group = 1.2.2
cmarkgfm = 2022.10.27
colorama = 0.4.6
Expand All @@ -21,6 +20,7 @@ distro = 1.8.0
fancycompleter = 0.9.1
filelock = 3.12.2
gitdb = 4.0.10
grpcio-tools = 1.59.0
GitPython = 3.1.32
httplib2 = 0.22.0
i18ndude = 6.1.0
Expand Down
9 changes: 5 additions & 4 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ async-generator = 1.10
attrs = 23.1.0
backports.cached-property = 1.0.2
cryptography = 41.0.3
click = 8.1.7
cssselect = 1.2.0
decorator = 5.1.1
exceptiongroup = 1.1.2
Expand Down Expand Up @@ -217,17 +218,17 @@ pyrsistent = 0.19.3
PySocks = 1.7.1
python-dateutil = 2.8.2
python-dotenv = 1.0.0
PyYAML = 6.0
PyYAML = 6.0.1
referencing = 0.29.1
responses = 0.23.1
robotframework = 6.0.2
# robotframework >= 6.1 is only supported with robotframwork-lsp >= 1.11.0,
# but https://github.com/robocorp/robotframework-lsp/issues/947
robotframework-lsp = 1.10.1
robotframework-assertion-engine = 1.0.0
robotframework-browser = 16.2.0
robotframework-assertion-engine = 2.0.0
robotframework-browser = 17.5.2
robotframework-debuglibrary = 2.3.0
robotframework-pythonlibcore = 4.1.2
robotframework-pythonlibcore = 4.2.0
robotframework-selenium2library = 3.0.0
robotframework-selenium2screenshots = 0.8.1
robotframework-seleniumlibrary = 6.1.0
Expand Down

0 comments on commit f004ffe

Please sign in to comment.