Skip to content

Commit

Permalink
Try 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyiasemis committed Jun 5, 2024
1 parent 309d515 commit a9a7bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.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.10.0]
python-version: [3.10, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ skip_missing_interpreters=true
python =
3.8: py38
3.9: py39
3.10: py310
[testenv]
deps = pytest
Expand Down

0 comments on commit a9a7bb6

Please sign in to comment.