Skip to content

Commit

Permalink
revert macos-13 ci test to py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Jan 31, 2025
1 parent a78be1b commit 95be676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- { python: "3.11", os: "ubuntu-latest", session: "tests" }
- { python: "3.12", os: "ubuntu-latest", session: "tests" }
# - { python: "3.11", os: "windows-latest", session: "tests" }
- { python: "3.9", os: "macos-13", session: "tests" }
- { python: "3.8", os: "macos-13", session: "tests" }
- { python: "3.9", os: "macos-latest", session: "tests" }
- { python: "3.9", os: "ubuntu-latest", session: "size" }
- { python: "3.9", os: "ubuntu-latest", session: "coverage" }
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"

[project]
Expand Down

0 comments on commit 95be676

Please sign in to comment.