Skip to content

Commit

Permalink
Remove unsupported Python 2.7 and 3.6 from tests, add 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
auouymous committed Oct 24, 2023
1 parent 54be854 commit 0ee099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
strategy:
matrix:
python-version: ['2.7', '3.6', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0ee099b

Please sign in to comment.