Skip to content

Commit

Permalink
fix(github): Disable 3.10 tox
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Sep 30, 2024
1 parent 53a1aa4 commit ba54548
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tox_verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-24.04
python: "3.10"
evm-type: "stable"
tox-cmd: "uvx --with=tox-uv tox" # run-parallel --parallel-no-spinner" # TODO: disable parallelisation for uv testing
# Temporarily disable
# - os: ubuntu-24.04
# python: "3.10"
# evm-type: "stable"
# tox-cmd: "uvx --with=tox-uv tox" # run-parallel --parallel-no-spinner" # TODO: disable parallelisation for uv testing
- os: ubuntu-24.04
python: "3.12"
evm-type: "stable"
Expand Down

0 comments on commit ba54548

Please sign in to comment.