Skip to content

Commit

Permalink
Documenting support for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoslatara committed Nov 27, 2024
1 parent 1f0f347 commit ac6c2f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.10", "3.11", "3.12"]
python: ["3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
]
Expand Down Expand Up @@ -118,4 +119,3 @@ fail_under = 80
exclude_also = [
"@overload"
]

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
env_list = py{310,311,312},lint,docs
env_list = py{310,311,312,313},lint,docs

skip_missing_interpreters = true

Expand Down

0 comments on commit ac6c2f2

Please sign in to comment.