Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
exercism
/
python-representer
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
11
Star
6
Code
Issues
2
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[Tooling, CI, & Tests] Upgrade to python 3.13 & fix related bugs
- #60
#60
Merged
BethanyG
merged 13 commits into
main
exercism/python-representer:main
from
upgrade-to-python-3.13
exercism/python-representer:upgrade-to-python-3.13
Copy head branch name to clipboard
Feb 19, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
[Tooling, CI, & Tests] Upgrade to python 3.13 & fix related bugs
#60
BethanyG
merged 13 commits into
main
exercism/python-representer:main
from
upgrade-to-python-3.13
exercism/python-representer:upgrade-to-python-3.13
Copy head branch name to clipboard
Commits
Commits on Jul 19, 2025
First pass upgrading representer and CI to python 3.13 with tooling changes.
BethanyG
committed
d610931
View commit details
Copy full SHA for d610931
Browse repository at this point
Renamed run tests in docker job
BethanyG
committed
11a4998
View commit details
Copy full SHA for 11a4998
Browse repository at this point
Renamed run tests in docker job
BethanyG
committed
c8c6c92
View commit details
Copy full SHA for c8c6c92
Browse repository at this point
Commits on Jul 22, 2025
Due to AST changes in Python 3.13, re-recorded stests for repo. This adds new Python 3.13 representation files for all tests.
BethanyG
committed
644457a
View commit details
Copy full SHA for 644457a
Browse repository at this point
Adding back run.sh - accidentially deleted.
BethanyG
committed
68ae77a
View commit details
Copy full SHA for 68ae77a
Browse repository at this point
Added legacy test folders to gitignore.
BethanyG
committed
396fed9
View commit details
Copy full SHA for 396fed9
Browse repository at this point
Commits on Jan 10, 2026
Added str type guard for md5 hash function to prevent it being passed the Ellipsis object. Updated parse params from python 11.5 to 13.5.
BethanyG
committed
091c1f4
View commit details
Copy full SHA for 091c1f4
Browse repository at this point
Added clean_up_normalization function and call to add pass to function bodies that bbecome empty when the docstring is removed.
BethanyG
committed
5a85545
View commit details
Copy full SHA for 5a85545
Browse repository at this point
- Added fix_missing_bodies method to parse the AST and add [Pass()] anywhere there was an empty list for the function or class body.
Show description for af62101
BethanyG
committed
af62101
View commit details
Copy full SHA for af62101
Browse repository at this point
Modified and added test casees. Regenerated golden files to accomodated code changes and new cases.
BethanyG
committed
fe83be2
View commit details
Copy full SHA for fe83be2
Browse repository at this point
Annotated test file and reran goldent results for Python 3.13.
BethanyG
committed
3ff4542
View commit details
Copy full SHA for 3ff4542
Browse repository at this point
Added new test case for class normalization and created golden files for tests.
BethanyG
committed
ed5956d
View commit details
Copy full SHA for ed5956d
Browse repository at this point
Added new scenarios for datatclasses and recreated golden test file.
BethanyG
committed
d575bbf
View commit details
Copy full SHA for d575bbf
Browse repository at this point
You can’t perform that action at this time.