Skip to content

Commit

Permalink
Remove python 3.6 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
haxdds authored Mar 5, 2023
1 parent 6c6b42a commit dc3cf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
# you have to quote any version number ending in a 0 or gh truncates it. ie 3.10 turned into 3.1
python-version: [ 3.6, 3.8, '3.10' ]
python-version: [ 3.8, '3.10' ]
os: [ ubuntu-latest ] #in the future we should add windows here
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit dc3cf7a

Please sign in to comment.