Skip to content

Conversation

@matthewelwell
Copy link
Contributor

@matthewelwell matthewelwell commented Feb 2, 2026

Changes

Upgrade to python 3.13

Note that I think we did upgrade the base docker image to python 3.12 but we noticed some performance issues in AWS. Let's see if 3.13 behaves the same.

TODO

How did you test this code?

  1. Added python 3.13 to unit testing matrix
  2. Docker based E2E tests
  3. Once merged, we'll test and monitor in staging

@vercel
Copy link

vercel bot commented Feb 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs Ignored Ignored Preview Feb 3, 2026 4:13pm
flagsmith-frontend-preview Ignored Ignored Preview Feb 3, 2026 4:13pm
flagsmith-frontend-staging Ignored Ignored Preview Feb 3, 2026 4:13pm

Request Review

@github-actions github-actions bot added dependencies Pull requests that update a dependency file api Issue related to the REST API and removed dependencies Pull requests that update a dependency file labels Feb 2, 2026
@matthewelwell matthewelwell force-pushed the deps/support-python-3.13 branch from bae80a8 to 2008432 Compare February 3, 2026 12:46
@github-actions github-actions bot added dependencies Pull requests that update a dependency file and removed dependencies Pull requests that update a dependency file labels Feb 3, 2026
@codecov
Copy link

codecov bot commented Feb 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.20%. Comparing base (ee321ac) to head (d424595).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #6645    +/-   ##
========================================
  Coverage   98.19%   98.20%            
========================================
  Files        1297     1298     +1     
  Lines       47001    47109   +108     
========================================
+ Hits        46153    46263   +110     
+ Misses        848      846     -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot added dependencies Pull requests that update a dependency file and removed dependencies Pull requests that update a dependency file labels Feb 3, 2026
@matthewelwell matthewelwell force-pushed the deps/support-python-3.13 branch from ca2150c to d424595 Compare February 3, 2026 15:52
@github-actions github-actions bot added dependencies Pull requests that update a dependency file and removed dependencies Pull requests that update a dependency file labels Feb 3, 2026
"levelname": "ERROR",
"message": "this is an error",
"timestamp": "2023-12-08 06:05:47,319",
"timestamp": f"2023-12-08 06:05:47,{320 if sys.version_info >= (3, 13) else 319}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...why not change the timestamp in the freeze_time decorator?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Issue related to the REST API dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants