Skip to content

Commit

Permalink
tox: typo in envlist (py312 missing); ci: run OSX only for `p…
Browse files Browse the repository at this point in the history
…y313`
  • Loading branch information
deeenes committed Mar 3, 2025
1 parent 8a7076f commit c05bbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
test_server: [false]
include:
- os: macos-latest
python: 3.9
python: '3.13'
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python }}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ skip_missing_interpreters = true
envlist =
covclean
lint
py{39,310,311,311,313}
py{39,310,311,312,313}
coverage
readme
docs
Expand Down

0 comments on commit c05bbf7

Please sign in to comment.