Skip to content

Commit

Permalink
tests.yml: stop testing Python 2.7
Browse files Browse the repository at this point in the history
Python 2.7 will not be supported by GitHub Actions any longer: actions/setup-python#672

We can continue using PyPy 2.7 to test Python 2 until we drop support in tinytag 2.0.0.
  • Loading branch information
mathiascode committed Jun 2, 2023
1 parent d67e830 commit 337c044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
python: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-2.7', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
python: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-2.7', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 337c044

Please sign in to comment.