Skip to content

Commit

Permalink
numpy doesn't like 3.6 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Dec 9, 2020
1 parent c5c4cc4 commit d1dabd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7]
python-version: [3.7]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.7',
])

0 comments on commit d1dabd3

Please sign in to comment.