diff options
| -rw-r--r-- | .github/workflows/build_test.yml | 4 | ||||
| -rw-r--r-- | .travis.yml | 6 | ||||
| -rw-r--r-- | azure-pipelines.yml | 12 |
3 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index bdaefcb16..fc772e6e8 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -16,7 +16,7 @@ defaults: env: DOWNLOAD_OPENBLAS: 1 - PYTHON_VERSION: 3.7 + PYTHON_VERSION: 3.8 jobs: lint: @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10.0-beta.4] + python-version: [3.7, 3.9, 3.10.0-beta.4] steps: - uses: actions/checkout@v2 with: diff --git a/.travis.yml b/.travis.yml index 4d9f2632a..839f52ed1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ cache: jobs: include: - - python: 3.7 + - python: 3.8 os: linux arch: ppc64le env: @@ -35,7 +35,7 @@ jobs: - NPY_USE_BLAS_ILP64=1 - ATLAS=None - - python: 3.7 + - python: 3.8 os: linux arch: s390x env: @@ -44,7 +44,7 @@ jobs: - NPY_USE_BLAS_ILP64=1 - ATLAS=None - - python: 3.7 + - python: 3.8 os: linux arch: arm64 virt: vm diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 93ba2d79c..e50ddc874 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -73,7 +73,7 @@ stages: strategy: matrix: Python37-32bit-fast: - PYTHON_VERSION: '3.7' + PYTHON_VERSION: '3.8' PYTHON_ARCH: 'x86' TEST_MODE: fast BITS: 32 @@ -120,11 +120,11 @@ stages: strategy: maxParallel: 3 matrix: - Python37: - PYTHON_VERSION: '3.7' + Python38: + PYTHON_VERSION: '3.8' USE_OPENBLAS: '1' - Python37-ILP64: - PYTHON_VERSION: '3.7' + Python38-ILP64: + PYTHON_VERSION: '3.8' NPY_USE_BLAS_ILP64: '1' USE_OPENBLAS: '1' steps: @@ -232,7 +232,7 @@ stages: inputs: testResultsFiles: '**/test-*.xml' failTaskOnFailedTests: true - testRunTitle: 'Publish test results for Python 3.7 64-bit full Mac OS' + testRunTitle: 'Publish test results for Python 3.8 64-bit full Mac OS' - job: Windows |
