Skip to content

Commit dcfcfef

Browse files
committed
removes more references to 3.8
1 parent a644777 commit dcfcfef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.8"
15+
python-version: "3.9"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
14+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4
@@ -103,7 +103,7 @@ jobs:
103103
- name: Setup Python
104104
uses: actions/setup-python@v5
105105
with:
106-
python-version: "3.8"
106+
python-version: "3.9"
107107
- name: Install coverage
108108
run: |
109109
python -m pip install --upgrade setuptools pip wheel

0 commit comments

Comments
 (0)