Skip to content

Commit

Permalink
Remove Python 3.9 from CI (requirements.txt unsolvable)
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Mar 22, 2021
1 parent 63c5c2b commit 377e4ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Tested on Python 3.7 and 3.8
ipython==7.12.0
numpy==1.18.4
python-magic==0.4.15
Expand Down

0 comments on commit 377e4ba

Please sign in to comment.