aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/github-actions.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/github-actions.yml')
-rw-r--r--.github/workflows/github-actions.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index 88ad0fc..fa53eb5 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -19,24 +19,6 @@ jobs:
toxpython: 'python3.9'
tox_env: 'docs'
os: 'ubuntu-latest'
- - name: 'py36 (ubuntu)'
- python: '3.6'
- toxpython: 'python3.6'
- python_arch: 'x64'
- tox_env: 'py36'
- os: 'ubuntu-latest'
- - name: 'py36 (windows)'
- python: '3.6'
- toxpython: 'python3.6'
- python_arch: 'x64'
- tox_env: 'py36'
- os: 'windows-latest'
- - name: 'py36 (macos)'
- python: '3.6'
- toxpython: 'python3.6'
- python_arch: 'x64'
- tox_env: 'py36'
- os: 'macos-latest'
- name: 'py37 (ubuntu)'
python: '3.7'
toxpython: 'python3.7'