Skip to content

Commit

Permalink
Remove Python2 Testers
Browse files Browse the repository at this point in the history
Github no longer supports test runners for Python2.
  • Loading branch information
hkpeprah committed Jul 28, 2023
1 parent a0bbbb4 commit f98d7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04, macos-latest ]
python-version: [ 2.7, 3.8, 3.9 ]
python-version: [ 3.8, 3.9 ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit f98d7e2

Please sign in to comment.