Skip to content

Commit

Permalink
changed python version
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Aug 14, 2024
1 parent b5f0808 commit 5fd9dfb
Show file tree
Hide file tree
Showing 2 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 @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.9','3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = True
envlist = py39, py310, py311
envlist = py310, py311, py312

[testenv]
# means we'll run the equivalent of `pip install .[dev]`, also installing pytest
Expand All @@ -23,9 +23,9 @@ commands =

[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312


[flake8]
Expand Down

0 comments on commit 5fd9dfb

Please sign in to comment.