Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#421] Added support for Python 3.13. #423

Merged
merged 4 commits into from
Oct 15, 2024

Conversation

eoyilmaz
Copy link
Owner

Added support for Python 3.13. A quick profiling prooves that it is working fine.

@eoyilmaz eoyilmaz linked an issue Oct 15, 2024 that may be closed by this pull request
@eoyilmaz eoyilmaz force-pushed the 421-add-support-for-python-313 branch from 77698ac to 551c28a Compare October 15, 2024 14:44
@@ -50,6 +55,8 @@ jobs:
echo "add_dir_str=cpython-311" >> $GITHUB_ENV
elif [ "${{ matrix.python-version }}" == "3.12" ]; then
echo "add_dir_str=cpython-312" >> $GITHUB_ENV
elif [ "${{ matrix.python-version }}" == "3.13" ]; then
echo "add_dir_str=cpython-312" >> $GITHUB_ENV

Choose a reason for hiding this comment

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

Should this be cpython-313?

@eoyilmaz eoyilmaz merged commit 5f090db into develop Oct 15, 2024
13 checks passed
@eoyilmaz eoyilmaz deleted the 421-add-support-for-python-313 branch October 15, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Python 3.13
2 participants