Skip to content

Commit

Permalink
Merge pull request #569 from akaihola/disable-py313dev-win-macos
Browse files Browse the repository at this point in the history
 Skip tests on Python 3.13-dev in Windows and macOS
  • Loading branch information
akaihola authored Mar 27, 2024
2 parents 26df2a1 + 5f27233 commit 55773ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ jobs:
- '3.13-dev'
constraints: ['']
post_install: ['']
exclude:
# C extension builds failing.
# Remove exclusions after Python 3.13 release.
- os: windows-latest
python-version: '3.13-dev'
- os: macos-latest
python-version: '3.13-dev'
include:
- os: ubuntu-latest
python-version: '3.8'
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Added
Removed
-------
- ``bump_version.py`` is now in the separate ``darkgray-dev-tools`` repository.
- Skip tests on Python 3.13-dev in Windows and macOS. C extension builds are failing,
this exclusion is to be removed when Python 3.13 has been removed.

Fixed
-----
Expand Down

0 comments on commit 55773ed

Please sign in to comment.