Skip to content

Commit

Permalink
Drop support for EOL Pythons (2.7, 3.4, 3.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne authored Jul 31, 2021
1 parent b01adef commit efd00c4
Show file tree
Hide file tree
Showing 9 changed files with 164 additions and 271 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@ jobs:
strategy:
matrix:
python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- pypy2
- pypy3

steps:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: 21.6b0
hooks:
- id: black
args: ["--target-version", "py27"]
args: ["--target-version", "py36"]
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ namely from these data sources (from high to low precedence):

## Python and Distribution Support

`distro` is supported and tested on Python 2.7, 3.4+ and PyPy and on
any distribution that provides one or more of the data sources
covered.
`distro` is supported and tested on Python 3.6+ and PyPy and on any
distribution that provides one or more of the data sources covered.

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).

Expand Down
Loading

0 comments on commit efd00c4

Please sign in to comment.