Skip to content

Commit

Permalink
Do not use Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GegznaV committed Aug 13, 2023
1 parent e6c2300 commit 0f40b3d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: '3.6'
tox-env: 'mypy'
runs-on: ubuntu-20.04
- python-version: '3.9'
tox-env: 'docs'
- python-version: '3.6'
tox-env: 'py36'
runs-on: ubuntu-20.04
- python-version: '3.6'
tox-env: 'py36-nodeps'
- python-version: '3.6'
runs-on: ubuntu-20.04
tox-env: 'py36-extra'
- python-version: '3.7'
# - python-version: '3.6'
# tox-env: 'mypy'
# runs-on: ubuntu-20.04
# - python-version: '3.6'
# tox-env: 'py36'
# runs-on: ubuntu-20.04
# - python-version: '3.6'
# tox-env: 'py36-nodeps'
# - python-version: '3.6'
# runs-on: ubuntu-20.04
# tox-env: 'py36-extra'
- python-version: '3.7'
tox-env: 'py37'
- python-version: '3.8'
- python-version: '3.8'
tox-env: 'py38'
- python-version: '3.8'
- python-version: '3.8'
tox-env: 'py38-nodeps'
- python-version: '3.9'
- python-version: '3.9'
tox-env: 'py39'
- python-version: '3.9'
- python-version: '3.9'
tox-env: 'py39-nodeps'
- python-version: '3.9'
tox-env: 'docs'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0f40b3d

Please sign in to comment.