Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #371 +/- ##
==========================================
+ Coverage 89.72% 89.74% +0.01%
==========================================
Files 48 48
Lines 13190 13190
==========================================
+ Hits 11835 11837 +2
+ Misses 1355 1353 -2 🚀 New features to boost your workflow:
|
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.
Description
This PR adds support for Python 3.14 in Scenic, including CI , tox, and dependency updates.
Dependency updates
pygame-cefor Python 3.10+.pygamefor Python versions below 3.10, sincepygame-ceonly supports Python 3.10+.pygame-ceprovides Python 3.14 support.pygame-->pygame-cechange for Python 3.10+. (Related VerifAI PR: PR #61)<= 3.10to<= 3.12.CI Support:
run-tests.yml)allow-prereleases: trueto test against prereleasesTox support:
tox.inito include Python 3.14 environmentsscenic[metadrive]was being installed even whenpython_version > 3.11by listingmetadrive-simulatordirectly with the correct version guardPre-commit updates:
Sphinx compatibility:
<8to allow versions compatible with Python 3.14object_descriptioninconf.pyto accept**kwargsfor compatibility with Sphinx ≥7.2 (which passes a_seenkwarg) while remaining backward-compatible with older versionsDocumentation:
Issue Link
Checklist
pytestand/or other meansAdditional Notes