Skip to content

Commit

Permalink
ci: do not build oldest python on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Apr 24, 2024
1 parent c0a88f7 commit f1755e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cis.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
toxenv: py310
- python-version: "3.11"
toxenv: py311
- python-version: "3.12-dev"
- python-version: "3.12"
toxenv: py312
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f1755e8

Please sign in to comment.