Skip to content

Commit 6ab38e2

Browse files
committed
Merge branch 'master' into alissa-huskey/master
This brings in the fix to CI for Python 3.7.
2 parents 85ef449 + 2205798 commit 6ab38e2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@ jobs:
1616
# Not all Python versions are available for linux AND x64
1717
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1818
os: ['ubuntu-latest']
19-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
19+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.8', 'pypy-3.9']
2020
extra: ['', '-smtp']
2121
# The forced pytest versions correspond with the lower bounds in tox.ini
2222
pytest-version: ['', '--force-dep pytest==4.6', '--force-dep pytest==6.2.4']
2323
include:
2424
- os: 'ubuntu-20.04'
2525
python-version: '3.6'
26+
- os: 'ubuntu-22.04'
27+
python-version: '3.7'
28+
- os: 'ubuntu-22.04'
29+
python-version: 'pypy-3.7'
2630
exclude:
2731
- python-version: '3.10'
2832
pytest-version: '--force-dep pytest==4.6'

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ repos:
3737
args: [--py3-plus]
3838

3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.19.0
40+
rev: v3.19.1
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py3-plus]
4444

4545
- repo: https://github.com/rhysd/actionlint
46-
rev: v1.7.4
46+
rev: v1.7.7
4747
hooks:
4848
- id: actionlint-docker
4949

0 commit comments

Comments
 (0)