2020-02-03 15:31:51 +01:00
|
|
|
This is a summary of the Python versions and platforms covered by the different CI platforms:
|
|
|
|
|
|
2021-05-24 19:05:56 +01:00
|
|
|
| | 3.6 | 3.7 | 3.8 |
|
|
|
|
|
|----------|------------------------------|------------------------------------------|------------------|
|
|
|
|
|
| Linux | Travis CI / CircleCI | AppVeyor² / GitHub Actions | Azure Pipelines |
|
|
|
|
|
| macOS | CircleCI | AppVeyor² / Travis CI¹ / GitHub Actions | Azure Pipelines |
|
|
|
|
|
| Windows | Travis CI / Azure Pipelines | AppVeyor² / GitHub Actions | Azure Pipelines |
|
2020-02-03 15:31:51 +01:00
|
|
|
|
2021-05-24 19:05:56 +01:00
|
|
|
> ¹ Python version not really pinned, but dependent on the (default) version of image used.
|
|
|
|
|
> ² AppVeyor only runs the "basic" test to reduce load.
|
2020-02-21 06:37:45 -05:00
|
|
|
|
2020-04-10 02:00:29 +02:00
|
|
|
Non-x86 architectures are covered on Travis CI using Python 3.6.
|