Skip to content

Commit 7de42d4

Browse files
committed
bump python version to 3.9
1 parent 82a5da4 commit 7de42d4

File tree

8 files changed

+1061
-1067
lines changed

8 files changed

+1061
-1067
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
python-version: [ '3.8', '3.10' ]
14+
python-version: [ '3.9', '3.10' ]
1515
os: [ ubuntu-latest, macos-latest, windows-latest ]
1616
include:
1717
- os: ubuntu-latest

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
- name: Set up Python 3.8
27+
- name: Set up Python 3.9
2828
id: setup-python
2929
uses: actions/setup-python@v4
3030
with:
31-
python-version: 3.8
31+
python-version: 3.9
3232

3333
- name: Copy main branch into gh-pages
3434
run: |

.github/workflows/pylint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- name: Checkout Code
1616
uses: actions/checkout@v4
1717

18-
- name: Set up Python 3.8
18+
- name: Set up Python 3.9
1919
id: setup-python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.8
22+
python-version: 3.9
2323

2424
- name: Get pip cache dir
2525
id: pip-cache

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set up Python 3.8
16+
- name: Set up Python 3.9
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: 3.8
19+
python-version: 3.9
2020

2121
- name: Install Poetry
2222
run: pip install poetry

.github/workflows/security.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- name: Checkout Code
1616
uses: actions/checkout@v4
1717

18-
- name: Set up Python 3.8
18+
- name: Set up Python 3.9
1919
id: setup-python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: 3.8
22+
python-version: 3.9
2323

2424
- name: Get pip cache dir
2525
id: pip-cache

0 commit comments

Comments
 (0)