Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj4668 committed Feb 2, 2025
1 parent ecd0b51 commit 42c8d15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8.18", "3.9.21", "3.10.16", "3.11.11", "3.12.8"]
python-version: ["3.8.18", "3.9.21", "3.10.16", "3.11.11", "3.12.8", "3.13.1"]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
setuptools
coveralls
pycodestyle
pyflakes
flake8
pylint
virtualenv
virtualenv

0 comments on commit 42c8d15

Please sign in to comment.