Skip to content

Commit

Permalink
update to py39
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jan 31, 2024
1 parent f612220 commit 1e968d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install flake8
run: pip install flake8 flake8-import-order
- name: Flake8
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: [397]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Python install
run: pip install -U pip setuptools nose build
- name: Build a binary wheel and a source tarball
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.9',
])

0 comments on commit 1e968d3

Please sign in to comment.