Skip to content

Commit

Permalink
CI: remove python 2 (no longer supported in setup-python.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 18, 2024
1 parent 1b3745a commit 1feb93e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ jobs:
matrix:
# see setup.py for supported versions
python-version:
- 2.7
# - 2.7 # python 2 is no longer provided
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- pypy2
- 3.10
- 3.11
- 3.12
# - pypy2
- pypy3
# should test sparingly across API breaking boundaries
pandoc-version:
Expand Down

0 comments on commit 1feb93e

Please sign in to comment.