Skip to content

Commit

Permalink
tighter version specification; try to make git shut up.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jun 11, 2024
1 parent 0c5c7c2 commit b463bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions scripts/releases/make-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b463bdf

Please sign in to comment.