Skip to content

Commit

Permalink
Dropped python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
YM162 committed Jun 1, 2024
1 parent e587ba7 commit 1b4966e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- macos
- windows
python-version:
- '8'
- '9'
- '10'
- '11'
Expand All @@ -33,7 +32,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.9'

- name: set up rust
if: matrix.os != 'ubuntu'
Expand Down

0 comments on commit 1b4966e

Please sign in to comment.