From c7868dca339b10c189a6eb685372804434048e5f Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Thu, 7 Sep 2023 08:06:28 -0500 Subject: [PATCH 1/2] Update pytz --- .github/workflows/ci.yml | 6 +++--- tests/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d784a79c..182d6caa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - '3.9' - '3.10' - '3.11' - - '3.12-dev' + - '3.12rc1' - 'pypy3.7' - 'pypy3.8' - 'pypy3.9' @@ -474,13 +474,13 @@ jobs: os: [ubuntu, windows] target: [x86_64] manylinux: [auto] - interpreter: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev", "pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10"] + interpreter: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12rc1", "pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10"] include: - os: ubuntu platform: linux - os: windows ls: dir - - interpreter: 3.12-dev + - interpreter: 3.12rc1 maturin-interpreter: "3.12" runs-on: ${{ matrix.os }}-latest diff --git a/tests/requirements.txt b/tests/requirements.txt index c8469082f..aad4fd52c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -11,6 +11,6 @@ pytest-speed==0.3.5 pytest-mock==3.11.1 pytest-pretty==1.2.0 pytest-timeout==2.1.0 -pytz==2023.3 +pytz==2023.3.post1 # numpy doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux numpy==1.25.2; python_version >= "3.9" and python_version < "3.12" and implementation_name == "cpython" and platform_machine == 'x86_64' From fb194b6b6292343621fce41f809c3d7055650926 Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Thu, 7 Sep 2023 08:07:35 -0500 Subject: [PATCH 2/2] revert unecessary change --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 182d6caa3..9d784a79c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: - '3.9' - '3.10' - '3.11' - - '3.12rc1' + - '3.12-dev' - 'pypy3.7' - 'pypy3.8' - 'pypy3.9' @@ -474,13 +474,13 @@ jobs: os: [ubuntu, windows] target: [x86_64] manylinux: [auto] - interpreter: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12rc1", "pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10"] + interpreter: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev", "pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10"] include: - os: ubuntu platform: linux - os: windows ls: dir - - interpreter: 3.12rc1 + - interpreter: 3.12-dev maturin-interpreter: "3.12" runs-on: ${{ matrix.os }}-latest