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 93fe390
Showing 1 changed file with 16 additions and 23 deletions.
39 changes: 16 additions & 23 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,22 @@ 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'
tox-env: 'py37'
- python-version: '3.8'
tox-env: 'py38'
- python-version: '3.8'
tox-env: 'py38-nodeps'
- python-version: '3.9'
tox-env: 'py39'
- python-version: '3.9'
tox-env: 'py39-nodeps'
- python-version: '3.7'
tox-env: 'py37'
- python-version: '3.8'
tox-env: 'py38'
- python-version: '3.8'
tox-env: 'py38-nodeps'
- python-version: '3.9'
tox-env: 'py39'
- python-version: '3.9'
tox-env: 'py39-nodeps'
- python-version: '3.9'
tox-env: 'docs'
- python-version: '3.10'
tox-env: 'py310'
- python-version: '3.11'
tox-env: 'py311'

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

0 comments on commit 93fe390

Please sign in to comment.