mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 20:11:17 +00:00
Test on Python 3.10 final
This commit is contained in:
parent
ceeaeab94b
commit
1a242c7daa
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -8,14 +8,14 @@ on:
|
|||||||
types: [opened, reopened]
|
types: [opened, reopened]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PYTHON_LATEST: 3.9
|
PYTHON_LATEST: "3.10"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10-dev]
|
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user