Skip to content

Commit ef98d43

Browse files
committed
skip python 3.8
1 parent cf3a984 commit ef98d43

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
strategy:
3434
matrix:
3535
include:
36-
- tox-env: py38-extra
37-
python-version: "3.8"
3836
- tox-env: py39-extra
3937
python-version: "3.9"
4038
- tox-env: py310-extra
@@ -56,7 +54,7 @@ jobs:
5654
- name: Run tests with tox ⚙️
5755
run: tox -e ${{ matrix.tox-env }}
5856
- name: Run coveralls ⚙️
59-
if: matrix.python-version == 3.8
57+
if: matrix.python-version == 3.9
6058
uses: AndreMiras/coveralls-python-action@develop
6159

6260
docs:
@@ -66,9 +64,9 @@ jobs:
6664
steps:
6765
- uses: actions/checkout@v4
6866
- uses: actions/setup-python@v5
69-
name: Setup Python 3.8
67+
name: Setup Python 3.9
7068
with:
71-
python-version: 3.8
69+
python-version: 3.9
7270
- name: Build documentation 🏗️
7371
run: |
7472
pip install -e .[dev]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
min_version = 4.0
33
envlist =
4-
py{37,38,39,310,311}{-extra,},
4+
py{39,310,311}{-extra,},
55
lint
66
requires = pip >= 20.0
77
opts = --verbose

0 commit comments

Comments
 (0)