Skip to content

Commit 81f30bf

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

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ 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
113-
distribution that provides one or more of the data sources covered.
112+
`distro` is supported on Python 3.6+ (tested on Python 3.7+) and PyPy and on
113+
any 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).
116116

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)