Skip to content

Commit

Permalink
misc/ci: drop support for < 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroIshida committed Oct 1, 2023
1 parent f315afb commit 3daef80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.8]
python-version: [3.8]
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand All @@ -40,7 +40,6 @@ jobs:
pytest -v tests/unittest/
- name: Run mypy
if: ${{ matrix.python-version == 3.8}}
run: mypy .

- name: Run integration test
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
"Intended Audience :: Developers",
"Natural Language :: English",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
install_requires=install_requires,
Expand Down

0 comments on commit 3daef80

Please sign in to comment.