File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
This is a summary of the Python versions and platforms covered by the different CI platforms:
2
2
3
- | | 3.5 | 3.6 | 3.7 | 3.8 |
4
- | ----------| ------------------| ------------------| ---------------------------------------------------| ------------------|
5
- | Linux | Travis CI | CircleCI | AppVeyor / GitHub Actions | Azure Pipelines |
6
- | macOS | Azure Pipelines | CircleCI | AppVeyor / Travis CI¹ / CircleCI / GitHub Actions | Azure Pipelines |
7
- | Windows | TravisCI | Azure Pipelines | AppVeyor / GitHub Actions | Azure Pipelines |
3
+ | | 3.5 | 3.6 | 3.7 | 3.8 |
4
+ | ----------| ------------------| ------------------| ---------------------------------------------------- | ------------------|
5
+ | Linux | Travis CI | CircleCI | AppVeyor² / GitHub Actions | Azure Pipelines |
6
+ | macOS | Azure Pipelines | CircleCI | AppVeyor² / Travis CI¹ / CircleCI / GitHub Actions | Azure Pipelines |
7
+ | Windows | TravisCI | Azure Pipelines | AppVeyor² / GitHub Actions | Azure Pipelines |
8
8
9
9
> ¹ Python version not really pinned, but dependent on the (default) version of image used.
10
+ > ² AppVeyor only runs the "basic" test to reduce load.
10
11
11
12
Non-x86 architectures are covered on Travis CI using Python 3.5.
You can’t perform that action at this time.
0 commit comments