Skip to content

Commit

Permalink
Merge pull request #293 from zopefoundation/config-with-c-code-templa…
Browse files Browse the repository at this point in the history
…te-d00a7004

Fix macOS GHA failures (and expose the failing Python 3.13 tests)
  • Loading branch information
dataflake committed May 13, 2024
2 parents 78fdf3d + bb9edda commit 998214b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,13 @@ jobs:
- "3.13.0-alpha - 3.13.0"
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
python-version: "3.7"
- os: macos-latest
python-version: "pypy-3.10"
include:
- python-version: "3.7"
os: macos-12

steps:
- name: checkout
Expand Down Expand Up @@ -277,8 +282,13 @@ jobs:
- "3.13.0-alpha - 3.13.0"
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
python-version: "3.7"
- os: macos-latest
python-version: "pypy-3.10"
include:
- python-version: "3.7"
os: macos-12

steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "3a81d045"
commit-id = "d00a7004"

[python]
with-appveyor = true
Expand Down

0 comments on commit 998214b

Please sign in to comment.