Skip to content

Commit

Permalink
ci: test on py3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Jul 19, 2024
1 parent 6f86366 commit 603c5d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
deps: [newest-deps]
experimental: [false]
include:
- os: ubuntu-latest
python-version: '3.13-dev'
deps: newest-deps
experimental: true
- os: ubuntu-latest
python-version: '3.11'
deps: minimal-deps
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Quality Assurance",
]
dynamic = ["version"]

Expand Down

0 comments on commit 603c5d1

Please sign in to comment.