Skip to content

Commit

Permalink
Change py version
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyiasemis committed Jun 6, 2024
1 parent 2d7ef73 commit c6b4c0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.9']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
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', '3.11']
python-version: ['3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@ generated-members=['numpy.*', 'torch.*', 'np.*']
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py39, py310, py311
envlist = py39, py310
skip_missing_interpreters=true
[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
[testenv]
deps = pytest
extras = dev
Expand Down

0 comments on commit c6b4c0a

Please sign in to comment.