Skip to content

Commit 7e6957b

Browse files
committed
ci: python 3.12
1 parent e6a9a6d commit 7e6957b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conda-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
shell: bash -el {0}
1111
strategy:
1212
matrix:
13-
python-version: ["3.10", "3.11"]
13+
python-version: ["3.10", "3.12"]
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:

.github/workflows/pip-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.10", "3.11"]
10+
python-version: ["3.10", "3.12"]
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:

.github/workflows/poetry-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.10", "3.11"]
10+
python-version: ["3.10", "3.12"]
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:

0 commit comments

Comments
 (0)