1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00:00

Test on Python 3.10 final

This commit is contained in:
Hugo van Kemenade 2021-11-23 15:43:11 +02:00 committed by Pablo Santiago Blum de Aguiar
parent ceeaeab94b
commit 1a242c7daa
2 changed files with 3 additions and 3 deletions

View File

@ -8,14 +8,14 @@ on:
types: [opened, reopened]
env:
PYTHON_LATEST: 3.9
PYTHON_LATEST: "3.10"
jobs:
test:
strategy:
matrix:
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
runs-on: ${{ matrix.os }}
steps:

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,py36,py37,py38
envlist = py27,py35,py36,py37,py38,py39,py310
[testenv]
deps = -rrequirements.txt