Drop 3.9 for now as it takes too long to build dependencies
This commit is contained in:
+8
-8
@@ -25,8 +25,8 @@ install:
|
|||||||
stages:
|
stages:
|
||||||
- name: Main
|
- name: Main
|
||||||
- name: Supported
|
- name: Supported
|
||||||
- name: Future
|
# - name: Future
|
||||||
if: branch = main
|
# if: branch = main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
@@ -53,9 +53,9 @@ jobs:
|
|||||||
script:
|
script:
|
||||||
- python -m pytest -v
|
- python -m pytest -v
|
||||||
|
|
||||||
- stage:
|
# - stage:
|
||||||
- Future
|
# - Future
|
||||||
python:
|
# python:
|
||||||
- 3.9-dev
|
# - 3.9-dev
|
||||||
script:
|
# script:
|
||||||
- python -m pytest -v
|
# - python -m pytest -v
|
||||||
|
|||||||
Reference in New Issue
Block a user