Skip to content

Commit

Permalink
test: run python 3.8 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa committed Jan 25, 2025
1 parent d60b65f commit 77a223d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
include:
- python-version: "3.7"
tox-env: py37-core
# - python-version: "3.7"
# tox-env: py37-core
- python-version: "3.8"
tox-env: py38-core
- python-version: "3.9"
Expand Down

0 comments on commit 77a223d

Please sign in to comment.