Add Python 3.13 support, experimental 3.14, bump to v0.3.0#3
Merged
Conversation
… 0.3 Co-authored-by: somebox <7750+somebox@users.noreply.github.com>
Co-authored-by: somebox <7750+somebox@users.noreply.github.com>
Co-authored-by: somebox <7750+somebox@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update runcue to support Python 3.13 and prepare for version 0.3
Add Python 3.13 support, experimental 3.14, bump to v0.3.0
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates Python support to include 3.13 officially and 3.14 experimentally in CI. Version bumped from 0.2.0 to 0.3.0.
Changes
pyproject.toml0.1.0→0.3.0requires-python:>=3.9,<3.13→>=3.9,<3.15Programming Language :: Python :: 3.13classifier.github/workflows/test.yml3.13to test matrix3.14withexperimental: trueflagcontinue-on-error: ${{ matrix.experimental || false }}to allow 3.14 failures without blocking CIfail-fast: falseto run all matrix jobsSource versions
src/runcue/__init__.py:0.2.0→0.3.0src/runcue_sim/__init__.py: aligned to0.3.0Python 3.14 tests run but don't fail the workflow. Python 3.9-3.13 remain fully supported.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
astral.sh/usr/bin/curl curl -LsSf REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.