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

Allow Python 3.13 #360

Closed
wants to merge 4 commits into from
Closed

Conversation

befeleme
Copy link

@befeleme befeleme commented Apr 4, 2024

I've built pypandoc successfully with Python 3.13.0a5 in Fedora Linux 41 (and all the tests passed), so I think it could be good to relax the supported Python version range.

@JessicaTegner
Copy link
Owner

@befeleme thanks for the pr :)

If it's working, would it be possible for you to update the CI script, to also test for python 3.13?

@branchvincent
Copy link

Bump on this, 3.13 was released a couple weeks ago and the <3.13 cap blocks dependents like https://github.com/Aider-AI/aider

Would you also consider removing the upper bound entirely? See https://iscinumpy.dev/post/bound-version-constraints/#pinning-the-python-version-is-special for a discussion on why the general recommendation is to leave it unbounded

@JessicaTegner
Copy link
Owner

Hey @befeleme and @branchvincent #379 will superset this pr.
@branchvincent do let me know in there, if this is what you were looking after.

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.

3 participants