Skip to content

Commit

Permalink
Using python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Oct 28, 2024
1 parent 84b7917 commit 3d81ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_and_fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: extract_branch
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.9'
- name: Install test
run: |
pip install -r requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ include = ["src", "scripts", "tests", "compile.py"]
strict = ["*"]

[tool.mypy]
python_version = "3.8"
python_version = "3.9"
files = ["src", "scripts", "tests", "compile.py"]

[tool.isort]
Expand Down

0 comments on commit 3d81ad0

Please sign in to comment.