Skip to content

Commit

Permalink
TESTS: Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz authored Jun 17, 2024
1 parent a7e809d commit 04b6eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.10,3.11,3.12]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39,py310
envlist = py310,py311,py312

[testenv]
commands = pytest tests
Expand Down

0 comments on commit 04b6eb9

Please sign in to comment.