Skip to content

Commit

Permalink
Bump runners to 3.10 (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord authored and Pierre-Sassoulas committed Jul 12, 2022
1 parent 153ca73 commit 9940888
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
CACHE_VERSION: 6
DEFAULT_PYTHON: 3.8
DEFAULT_PYTHON: "3.10"
PRE_COMMIT_CACHE: ~/.cache/pre-commit

jobs:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
needs: ["tests-linux"]
strategy:
matrix:
python-version: [3.8]
python-version: ["3.10"]
env:
COVERAGERC_FILE: .coveragerc
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release tests
on: workflow_dispatch

env:
DEFAULT_PYTHON: 3.8
DEFAULT_PYTHON: "3.10"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- published

env:
DEFAULT_PYTHON: 3.9
DEFAULT_PYTHON: "3.10"

permissions:
contents: read
Expand Down

0 comments on commit 9940888

Please sign in to comment.