Skip to content

Commit

Permalink
Add py313 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Oct 20, 2024
1 parent 530e329 commit 2746b44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
"Typing :: Typed",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down Expand Up @@ -100,7 +101,7 @@ lint.ignore = [
"F401",
"SIM117",
"S101",
"PLR2004"
"PLR2004",
]


Expand Down

0 comments on commit 2746b44

Please sign in to comment.