summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2022-05-02 21:11:39 +0200
committerFederico Caselli <cfederico87@gmail.com>2022-05-06 19:39:32 +0000
commit717202241e3ab30f97cea8f4ec5bbacfd4b180a8 (patch)
treedb1dc5fd690b3f7fa28243253bd93f3657a49618 /.github
parent1684d0ee89c0fc6b0b90bc5db614468b31119e9d (diff)
downloadalembic-717202241e3ab30f97cea8f4ec5bbacfd4b180a8.tar.gz
Alembic 1.8 now supports Python 3.7 and above
Fixes: #1025 Change-Id: I7c7050afc2291a07a08d454a1b8f8b192768d068
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-test.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml
index 5f7701d..1f19116 100644
--- a/.github/workflows/run-test.yaml
+++ b/.github/workflows/run-test.yaml
@@ -27,7 +27,6 @@ jobs:
- "windows-latest"
- "macos-latest"
python-version:
- - "3.6"
- "3.7"
- "3.8"
- "3.9"
@@ -37,11 +36,6 @@ jobs:
- sqla14
- sqlamain
- exclude:
- # main no longer support 3.6
- - sqlalchemy: sqlamain
- python-version: "3.6"
-
fail-fast: false
# steps to run in each job. Some are github actions, others run shell commands