Skip to content

Commit

Permalink
remove py39 and macos ref
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Sep 18, 2024
1 parent 462572d commit db22c26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,18 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
version: [py39, py310, py311]
version: [py310, py311]
include:
- os: ubuntu-latest
platform: linux
- os: ubuntu-latest
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
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires =
tox-run-command


[testenv:py{39,310,311}-lock]
[testenv:py{310,311}-lock]
allowlist_externals =
cp
changedir =
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit db22c26

Please sign in to comment.