Skip to content

Commit

Permalink
tests: test for compatibility with 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr authored Oct 3, 2024
1 parent 6304d19 commit 89c42e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
]

requires-python = ">=3.10"
requires-python = ">=3.10,<4"
dependencies = [
"ruamel.yaml==0.18.6",
]
Expand Down

0 comments on commit 89c42e4

Please sign in to comment.