1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

add experimental python versions

This commit is contained in:
Divy Jain 2021-01-05 12:41:51 +05:30
parent 9988e89bb5
commit d7967e0966
No known key found for this signature in database
GPG Key ID: 45ABD8EE0FEC4C0B

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.9-dev, 3.10-dev]
fail-fast: false
runs-on: ${{ matrix.os }}
steps: