From aa5deac9b03895b8f6472fab7a752f15aa894964 Mon Sep 17 00:00:00 2001 From: Vladimir Filipenko Date: Thu, 5 Dec 2024 02:40:33 +0300 Subject: [PATCH] revert --- .github/workflows/release.yml | 2 +- .github/workflows/test_build.yml | 2 +- .github/workflows/tests.yml | 2 +- pyproject.toml | 1 - setup.py | 1 - 5 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa0216b..cd1d9ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: env: CIBW_ENVIRONMENT_MACOS: > CC="$(brew --prefix llvm)/bin/clang" CXX="$(brew --prefix llvm)/bin/clang++" - CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* + CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* CIBW_BEFORE_BUILD_LINUX: 'if [ $(python -c "import sys; print(sys.version_info[1])") -ge 9 ]; then python -m pip install "numpy<3.0.0" --config-settings=setup-args="-Dallow-noblas=true"; fi' - uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 947dbe8..d502226 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -47,6 +47,6 @@ jobs: env: CIBW_ENVIRONMENT_MACOS: > CC="$(brew --prefix llvm)/bin/clang" CXX="$(brew --prefix llvm)/bin/clang++" - CIBW_BUILD: cp37-* cp39-* cp312-* cp313-* + CIBW_BUILD: cp37-* cp39-* cp312-* CIBW_SKIP: "*manylinux_x86_64" CIBW_BEFORE_BUILD_LINUX: 'if [ $(python -c "import sys; print(sys.version_info[1])") -ge 9 ]; then python -m pip install "numpy<3.0.0" --config-settings=setup-args="-Dallow-noblas=true"; fi' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 69659b9..634a26d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index a8a423e..2f7a669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ classifiers = [ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', - 'Programming Language :: Python :: 3.13', ] [options] diff --git a/setup.py b/setup.py index 10cbca1..a2fee0c 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,6 @@ 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', - 'Programming Language :: Python :: 3.13', ] with open(root / 'requirements.txt', encoding='utf-8') as file: