aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/basic.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml
index 7621e52..5477d4d 100644
--- a/.github/workflows/basic.yml
+++ b/.github/workflows/basic.yml
@@ -58,7 +58,7 @@ jobs:
python-versions:
strategy:
matrix:
- python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
include:
# Unpin when this is fixed:
# https://github.com/actions/setup-python/issues/544