aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/github-actions.yml
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-09-01 22:13:21 -0400
committerBobby <[email protected]>2022-09-01 22:13:21 -0400
commit0058f0626ab7f11d123aa8edd2858715891ec7b1 (patch)
treea7af2deb321291a72c27b1bcedf37517e413a6b8 /.github/workflows/github-actions.yml
parentd69d7560960d8dc7414be1e0c51d3a2088a5b32d (diff)
downloadedify-0058f0626ab7f11d123aa8edd2858715891ec7b1.tar.xz
edify-0058f0626ab7f11d123aa8edd2858715891ec7b1.zip
Removing backwards compatibility for Python 3.6. Min Python now is 3.7
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'