mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 04:56:54 +00:00
py310+
This commit is contained in:
parent
d45bdc05ce
commit
567cafc15a
9 changed files with 25 additions and 74 deletions
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
|
|
@ -13,10 +13,7 @@ jobs:
|
|||
include:
|
||||
# linux
|
||||
- os: ubuntu-latest
|
||||
python: pypy-3.9
|
||||
toxenv: py
|
||||
- os: ubuntu-latest
|
||||
python: 3.9
|
||||
python: pypy-3.11
|
||||
toxenv: py
|
||||
- os: ubuntu-latest
|
||||
python: '3.10'
|
||||
|
|
@ -30,9 +27,12 @@ jobs:
|
|||
- os: ubuntu-latest
|
||||
python: '3.13'
|
||||
toxenv: py
|
||||
- os: ubuntu-latest
|
||||
python: '3.14'
|
||||
toxenv: py
|
||||
# windows
|
||||
- os: windows-latest
|
||||
python: 3.9
|
||||
python: '3.10'
|
||||
toxenv: py
|
||||
# misc
|
||||
- os: ubuntu-latest
|
||||
|
|
@ -46,8 +46,8 @@ jobs:
|
|||
toxenv: dogfood
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
- run: python -mpip install --upgrade setuptools pip tox virtualenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue