Skip to content

Commit

Permalink
Add support for py313
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Nov 5, 2024
1 parent e247f3f commit 63d0a03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cairosvg==2.7.1
# via mkdocs-ansible
certifi==2024.2.2
# via requests
cffi==1.16.0
cffi==1.17.0
# via
# cairocffi
# cryptography
Expand All @@ -44,7 +44,7 @@ colorama==0.4.6
# mkdocs-material
coverage==7.5.1
# via ansible-compat (pyproject.toml)
cryptography==42.0.7
cryptography==43.0.1
# via ansible-core
csscompressor==0.9.5
# via mkdocs-minify-plugin
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: coactions/dynamic-matrix@v4
with:
min_python: "3.9"
max_python: "3.12"
max_python: "3.13"
default_python: "3.10"
other_names: |
lint
Expand All @@ -37,6 +37,7 @@ jobs:
py312-ansible216
py312-ansible217
py312-devel
py313-devel
smoke
platforms: linux,macos
macos: minmax
Expand Down

0 comments on commit 63d0a03

Please sign in to comment.