Skip to content

Commit

Permalink
test buildout on Python 3.9, drop on 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed May 26, 2021
1 parent 414bfbd commit db30e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-buildout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
strategy:
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
os:
- ubuntu-latest
- windows-latest
Expand Down

0 comments on commit db30e5a

Please sign in to comment.