From db22c262caf981f1fd4cd95139760e2d4f8167c8 Mon Sep 17 00:00:00 2001 From: Henry Wright Date: Wed, 18 Sep 2024 11:34:23 +0100 Subject: [PATCH] remove py39 and macos ref --- .github/workflows/ci-tests.yml | 9 +++++---- tox.ini | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 4d80de23..a4415530 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - version: [py39, py310, py311] + version: [py310, py311] include: - os: ubuntu-latest platform: linux @@ -40,9 +40,10 @@ jobs: version: py311 posargs: "--cov-report=xml --cov" post-command: codecov - - os: macos-latest - version: py311 - platform: osx + # TODO: enable macos support +# - os: macos-latest +# version: py311 +# platform: osx steps: - name: "Checkout" uses: actions/checkout@v4 diff --git a/tox.ini b/tox.ini index 4786a57e..d0a0abd6 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ requires = tox-run-command -[testenv:py{39,310,311}-lock] +[testenv:py{310,311}-lock] allowlist_externals = cp changedir = @@ -32,7 +32,7 @@ commands = conda-lock --channel conda-forge --kind explicit --file {env:TMPFILE} --platform linux-64 --filename-template "{envname}-\{platform\}.txt" {posargs} -[testenv:py{39,310,311}-{linux,osx,win}-test] +[testenv:py{310,311}-{linux,osx,win}-test] conda_spec = py39-linux: {toxinidir}{/}requirements{/}locks{/}py39-lock-linux-64.txt py310-linux: {toxinidir}{/}requirements{/}locks{/}py310-lock-linux-64.txt