Skip to content

Commit

Permalink
Problem: setuptools HEAD does not support 3.5 anymore
Browse files Browse the repository at this point in the history
Solution: stop testing 3.5
  • Loading branch information
gotcha committed Mar 19, 2021
1 parent ca17803 commit b7c3849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts-setuptools-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
package: [zest.releaser, pyspf]

steps:
Expand Down

0 comments on commit b7c3849

Please sign in to comment.