Skip to content

Commit

Permalink
Remove py2 from CI tests
Browse files Browse the repository at this point in the history
This was removed by github in June 2023
  • Loading branch information
christian-intra2net committed Dec 22, 2023
1 parent f827e31 commit c82bf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["2.x", "3.x", "pypy-3.9"]
python-version: ["3.x", "pypy-3.9"]
include:
- python-version: 3.x
runlint: 1
Expand Down

0 comments on commit c82bf50

Please # to comment.