Skip to content

Commit 1da4a48

Browse files
committed
fix: remove EOL python version from CI
1 parent d050903 commit 1da4a48

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.8, 3.9, 3.10.9, 3.11]
12+
python-version: [3.10.9, 3.11]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Setup Python ${{ matrix.python-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Python 3.9
1515
uses: actions/setup-python@v2
1616
with:
17-
python-version: 3.9
17+
python-version: 3.10.9
1818
- name: Setup Poetry
1919
uses: abatilo/actions-poetry@v2.1.2
2020
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.8, 3.9, 3.10.9, 3.11]
12+
python-version: [3.10.9, 3.11]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Setup Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)