Skip to content

Commit

Permalink
Fix dropping of py36 and py37
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Aug 16, 2022
1 parent 45b6b0d commit bb5a7d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
os: [ubuntu-latest]
env:
OS: ${{ matrix.os }}
PYTHON: '3.7'
PYTHON: '3.8'

steps:
- uses: actions/checkout@master

- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.7
python-version: 3.8

- name: Install pyscal and test dependencies
run: |
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@
),
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
packages=find_packages(),
package_data={"pyscal": ["py.typed"]},
Expand Down

0 comments on commit bb5a7d9

Please sign in to comment.