From 95be6764670769113826df57751db6882b08881b Mon Sep 17 00:00:00 2001 From: Arya Massarat <23412689+aryarm@users.noreply.github.com> Date: Fri, 31 Jan 2025 21:11:26 +0000 Subject: [PATCH] revert macos-13 ci test to py3.8 --- .github/workflows/tests.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b71b842..4452372d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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" } diff --git a/pyproject.toml b/pyproject.toml index 44a9a705..531cb332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]