-
Notifications
You must be signed in to change notification settings - Fork 7
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
Migrate to python 3.12 #958
Conversation
3c1b800
to
cacdc10
Compare
@ranta If we want to migrate to 3.12, we need to remove all snapshot tests, since the library requires the There is an open issue about this, but little activity. |
I don't think we are in any hurry to upgrade to 3.12. We can start slowly refactoring away the snapshot tests along with all of the other refactoring stuffs and upgrade python at some later point :) |
cacdc10
to
5c25190
Compare
49c6a63
to
e0315a6
Compare
e0315a6
to
63ef459
Compare
63ef459
to
c4f5e73
Compare
c4f5e73
to
baf1497
Compare
baf1497
to
b592c40
Compare
ee29c0e
to
bdd1147
Compare
0c55b52
to
554bae2
Compare
092f096
to
c138bac
Compare
c138bac
to
3e2d9cb
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
🛠️ Changelog
🧪 Test plan
poetry env use "<path to python 3.12 executable"
->poetry install
CI already runs tests and builds image, so those should be tested with that