Skip to content

Commit

Permalink
Temporarily drop testing on Py2.7 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 11, 2024
1 parent fc5224d commit 8f507cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tox-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on:

jobs:
build:
# ubuntu-22 doesnt support Python 2.7
# ubuntu-22 doesnt support Python 3.5 and 3.6
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
name: main
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8f507cc

Please sign in to comment.