Skip to content

Commit

Permalink
Update versions to support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer authored and gforcada committed Oct 14, 2023
1 parent d91b9f3 commit 5f9db3b
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
3 changes: 2 additions & 1 deletion versions-extra.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build = 1.0.3
cachecontrol = 0.13.1
cached-property = 1.5.2
check-manifest = 0.49
click = 8.1.4
click = 8.1.7
click-default-group = 1.2.2
cmarkgfm = 2022.10.27
colorama = 0.4.6
Expand All @@ -21,6 +21,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
8 changes: 4 additions & 4 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -217,17 +217,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 5f9db3b

Please sign in to comment.