Skip to content

Commit 0826074

Browse files
committed
Merge branch 'release/1.4.9c'
2 parents 24d10b2 + b850d9e commit 0826074

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/on_push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
strategy:
77
max-parallel: 4
88
matrix:
9-
python-version: [3.8, 3.9]
9+
python-version: [3.12.10]
1010
steps:
1111
- uses: actions/checkout@master
12-
- name: Set up Python 3.8
12+
- name: Set up Python 3.12
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.8
15+
python-version: 3.12.10
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@master
15-
- name: Set up Python 3.8
15+
- name: Set up Python 3.12
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.8
18+
python-version: 3.12.10
1919
- name: Install pep517
2020
run: >-
2121
python -m

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: [3.8]
11+
python-version: [3.12.10]
1212

1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)