Apply suggestions from code review
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
parent
7fdc8391e2
commit
0311fc3384
|
@ -93,7 +93,8 @@ jobs:
|
||||||
- name: "ubuntu-py38"
|
- name: "ubuntu-py38"
|
||||||
python: "3.8"
|
python: "3.8"
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
tox_env: "py38-xdist"
|
tox_env: "py38-lsof-numpy-pexpect"
|
||||||
|
use_coverage: true
|
||||||
- name: "ubuntu-py38-pluggy"
|
- name: "ubuntu-py38-pluggy"
|
||||||
python: "3.8"
|
python: "3.8"
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
Drop support for Python 3.7, which `reached end-of-life on 2023-06-27
|
Dropped support for Python 3.7, which `reached end-of-life on 2023-06-27
|
||||||
<https://devguide.python.org/versions/>`__.
|
<https://devguide.python.org/versions/>`__.
|
||||||
|
|
Loading…
Reference in New Issue