Skip to content

Commit c8e53ac

Browse files
committed
python 3.10?
1 parent f7e53b6 commit c8e53ac

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pre-commit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88

99
jobs:
1010
pre-commit:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/setup-python@v2
13+
- uses: actions/checkout@v3
14+
- uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.10
17-
- uses: pre-commit/action@v2.0.0
16+
python-version: 3.12
17+
- uses: pre-commit/action@v3.0.1

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
21-
python: ["3.9", "3.12"]
21+
python: ["3.9", "3.10"]
2222
env:
2323
CONDA_ENV_NAME: stdpopsim
2424
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)