Skip to content

Conversation

@hugovk
Copy link
Contributor

@hugovk hugovk commented Aug 5, 2024

The Python 3.13 release candidate is out now! 🚀

The Release Manager has issued a call to action:

We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.13 compatibilities during this phase, and where necessary publish Python 3.13 wheels on PyPI to be ready for the final release of 3.13.0. Any binary wheels built against Python 3.13.0rc1 will work with future versions of Python 3.13. As always, report any issues to the Python bug tracker.

uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah ok, yeh I tried doing this yesterday and it said it was not available lol

@codecov
Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.30%. Comparing base (ce37be5) to head (737e4b4).
Report is 12 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@ ## master #955 +/- ## ======================================= Coverage 90.30% 90.30% ======================================= Files 24 24 Lines 3507 3507 ======================================= Hits 3167 3167 Misses 340 340 
Flag Coverage Δ
pytests 90.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chrisjsewell chrisjsewell changed the title Add support for Python 3.13 Add CI testing support for Python 3.13 Aug 5, 2024
@chrisjsewell chrisjsewell changed the title Add CI testing support for Python 3.13 🧪 Add CI testing support for Python 3.13 Aug 5, 2024
Copy link
Member

@chrisjsewell chrisjsewell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cheers!

@chrisjsewell chrisjsewell merged commit 88c85ce into executablebooks:master Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants