Skip to content

Commit

Permalink
Stop testing on Python 3.5
Browse files Browse the repository at this point in the history
pypi has changed something in their end that is incompatible with older
Python versions. Fortunately, anything older than 3.6 is no longer that
interesting as that is the new baseline set by the oldest enterprise
distributions.
  • Loading branch information
CendioOssman committed May 20, 2024
1 parent a2362da commit 4bae6a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
strategy:
matrix:
python-version:
- 3.5
- 3.6
- 3.7
- 3.8
Expand Down

0 comments on commit 4bae6a4

Please sign in to comment.