From b463bdfc6d0ea70a806c74e6f64b5f295dd3eeb6 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Tue, 11 Jun 2024 09:11:59 -0500 Subject: [PATCH] tighter version specification; try to make git shut up. --- .github/workflows/tests.yml | 2 +- scripts/releases/make-manylinux | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 42f4216..00fa18e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -81,7 +81,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [pypy-3.10, 3.7, 3.8, 3.9, '3.10', '3.11', "3.12", "3.13"] + python-version: [pypy-3.10, 3.7, 3.8, 3.9, '3.10', '3.11', "3.12", "3.13.0-beta.1"] os: [ubuntu-latest, macos-latest] exclude: - os: macos-latest diff --git a/scripts/releases/make-manylinux b/scripts/releases/make-manylinux index 4258dc4..ea8cd6c 100755 --- a/scripts/releases/make-manylinux +++ b/scripts/releases/make-manylinux @@ -17,6 +17,8 @@ export CXXFLAGS="-pipe -O3 -DNDEBUG" if [ -d /io -a -d /opt/python ]; then # Running inside docker + # 2024-06-11: git started complaining "fatal: detected dubious ownership in repository at '/io/.git'" + git config --global --add safe.directory /io/.git cd /io rm -rf wheelhouse mkdir wheelhouse