Skip to content

Commit af1918c

Browse files
committed
Updates Actions tests matrix according to Ubuntu/macOS runners EOL
1 parent c188abf commit af1918c

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,22 @@ jobs:
3232
os:
3333
- "ubuntu-latest"
3434
python:
35-
- "3.7"
3635
- "3.8"
3736
- "3.9"
3837
- "3.10"
3938
- "3.11"
4039
- "3.12"
4140
include:
42-
- os: "ubuntu-20.04"
43-
python: "3.6"
44-
- os: "ubuntu-20.04"
45-
python: "pypy-3.6"
41+
# - os: "ubuntu-20.04"
42+
# python: "3.6"
43+
# - os: "ubuntu-20.04"
44+
# python: "pypy-3.6"
45+
- os: "ubuntu-22.04"
46+
python: "3.7"
4647
- os: "ubuntu-22.04"
4748
python: "pypy-3.10"
48-
- os: "macos-12"
49-
python: 3.12
49+
- os: "macos-latest"
50+
python: "3.12"
5051

5152
steps:
5253
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ namely from these data sources (from high to low precedence):
109109

110110
## Python and Distribution Support
111111

112-
`distro` is supported and tested on Python 3.6+ and PyPy and on any
112+
`distro` supports Python 3.6+ and tested on Python 3.7+ and PyPy and on any
113113
distribution that provides one or more of the data sources covered.
114114

115115
This package is tested with test data that mimics the exact behavior of the data sources of [a number of Linux distributions](https://github.com/python-distro/distro/tree/master/tests/resources/distros).

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The ``distro`` package is supported on Python 3.6+ and PyPy, and on any Linux
2323
or BSD distribution that provides one or more of the `data sources`_ used by
2424
this package.
2525

26-
This package is tested on Python 3.6+ and PyPy, with test data that mimics the
26+
This package is tested on Python 3.7+ and PyPy, with test data that mimics the
2727
exact behavior of the data sources of `a number of Linux distributions
2828
<https://github.com/python-distro/distro/tree/master/tests/resources/distros>`_.
2929

0 commit comments

Comments
 (0)