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

Add support for Python 3.13 #115

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Add support for Python 3.13 #115

wants to merge 1 commit into from

Conversation

br3ndonland
Copy link
Owner

Description

This PR will add Python 3.13 support to inboard.

Changes

Code changes

  • Add Python 3.13 to GitHub Actions workflows
  • Add Python 3.13 classifier to pyproject.toml
  • Set Python 3.13 as default version in Dockerfile

Results

  • inboard will now run tests with Python 3.13, in addition to 3.9-3.12
  • inboard will now build and publish its PyPI package using Python 3.13
  • inboard will now include a Python 3.13 classifier in its PyPI package
  • inboard will now ship Docker images running Python 3.13, in addition to 3.9-3.12, and Docker images tagged with latest will now use 3.13

Related

Related projects that have released support for Python 3.13 include:

Related projects that have not released support for Python 3.13 include:

  • pipx
  • FastAPI (has not released or tested Python 3.13 support)
  • Gunicorn (has not released Python 3.13 support, but is testing with Python 3.13 in development)

Copy link

vercel bot commented Dec 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
inboard ✅ Ready (Inspect) Visit Preview Jan 10, 2025 8:21am

@br3ndonland
Copy link
Owner Author

Waiting on dependencies that have not released support for Python 3.13 (pipx, FastAPI, Gunicorn).

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.

1 participant