Remove macOS Python 3.7 job on CircleCI
This commit is contained in:
@@ -30,22 +30,6 @@ jobs:
|
|||||||
command: venv/bin/python ./bin/run_tests.py
|
command: venv/bin/python ./bin/run_tests.py
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 30m
|
||||||
|
|
||||||
osx-python3.7:
|
|
||||||
macos:
|
|
||||||
xcode: "10.0.0"
|
|
||||||
environment:
|
|
||||||
PYTHON: python3
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Prepare the environment.
|
|
||||||
command: bash .circleci/prepare.sh
|
|
||||||
- run:
|
|
||||||
name: Test.
|
|
||||||
command: venv/bin/python ./bin/run_tests.py
|
|
||||||
no_output_timeout: 30m
|
|
||||||
|
|
||||||
linux-python3.6:
|
linux-python3.6:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.6
|
- image: circleci/python:3.6
|
||||||
@@ -69,5 +53,4 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
- flake8
|
- flake8
|
||||||
- osx-python3.6
|
- osx-python3.6
|
||||||
- osx-python3.7
|
|
||||||
- linux-python3.6
|
- linux-python3.6
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
This is a summary of the Python versions and platforms covered by the different CI platforms:
|
This is a summary of the Python versions and platforms covered by the different CI platforms:
|
||||||
|
|
||||||
| | 3.6 | 3.7 | 3.8 |
|
| | 3.6 | 3.7 | 3.8 |
|
||||||
|----------|------------------------------|-----------------------------------------------------|------------------|
|
|----------|------------------------------|------------------------------------------|------------------|
|
||||||
| Linux | Travis CI / CircleCI | AppVeyor² / GitHub Actions | Azure Pipelines |
|
| Linux | Travis CI / CircleCI | AppVeyor² / GitHub Actions | Azure Pipelines |
|
||||||
| macOS | CircleCI | AppVeyor² / Travis CI¹ / CircleCI / GitHub Actions | Azure Pipelines |
|
| macOS | CircleCI | AppVeyor² / Travis CI¹ / GitHub Actions | Azure Pipelines |
|
||||||
| Windows | Travis CI / Azure Pipelines | AppVeyor² / GitHub Actions | Azure Pipelines |
|
| Windows | Travis CI / Azure Pipelines | AppVeyor² / GitHub Actions | Azure Pipelines |
|
||||||
|
|
||||||
> ¹ Python version not really pinned, but dependent on the (default) version of image used.
|
> ¹ Python version not really pinned, but dependent on the (default) version of image used.
|
||||||
|
|||||||
Reference in New Issue
Block a user