Skip to content

Commit

Permalink
py38
Browse files Browse the repository at this point in the history
  • Loading branch information
mxr committed Jul 16, 2023
1 parent 01570e7 commit 3eb6e62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
main:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py311", "py312", "py313", "pypy311"]'
env: '["py38", "py39", "py310", "py311", "py312", "py313", "pypy3"]'
main-win:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py311"]'
env: '["py38"]'
os: windows-latest
arch: '["x64", "x86"]'
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ repos:
rev: v2.4.0
hooks:
- id: setup-cfg-fmt
args: ['--min-py-version', '3.11']
args: ['--min-py-version', '3.8']
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.10.0
hooks:
- id: reorder-python-imports
args: [--py311-plus, --add-import, 'from __future__ import annotations']
args: [--py38-plus, --add-import, 'from __future__ import annotations']
- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py311-plus]
args: [--py38-plus]
- repo: https://github.com/hakancelikdev/unimport
rev: 1.0.0
hooks:
Expand Down

0 comments on commit 3eb6e62

Please sign in to comment.