Skip to content

Commit

Permalink
Merge branch 'master' into keep-GitHub-Actions-up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 4, 2024
2 parents bbc0018 + 96d63ea commit 6b45071
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest]
exclude:
- python-version: 3.7
os: macos-latest
os: [ubuntu-latest]
include:
- os: macos-latest
python: 3.12
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
1 change: 1 addition & 0 deletions make-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ if [ -d /greenlet -a -d /opt/python ]; then
# Build in an isolated directory
mkdir /tmp/build
cd /tmp/build
git config --global --add safe.directory /greenlet/.git
git clone /greenlet greenlet
cd greenlet

Expand Down

0 comments on commit 6b45071

Please sign in to comment.