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.
feat: Adding support for python 3.13 #1666
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
feat: Adding support for python 3.13 #1666
Changes from all commits
a1fb445
4d3b892
a6c80f1
5343e0e
d1390d5
bcad815
f720195
f7f4795
43d29a3
bcdf819
bc4a520
7c7cc36
4764ce7
53a3d4e
5caa922
357ed59
dabaec6
7f038bb
3ff686d
5ade8e3
c465406
6083d7f
be60b01
2992d42
dc94eb1
fb5a154
66175ce
f439425
fb1823c
4ac586f
f6b6551
1e7e732
b364962
3b1f961
4de671d
b376b46
2419e78
661de36
7fccc3a
df125fd
9613706
c9be882
5ac75e1
2429bdd
b841184
dec9d34
0873832
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the worker Path be a variable at the top?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the long run - We should simplify these blocks - the yaml is unnecessarily long.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.13 is added to the E2E and emulator pipelines right now. E2E tests are re-using 312 resources for now until the appropriate 313 resources are created (cosmosdb, sql, eventgrid). Adding 3.13 to unit tests is pending still -- we don't want to run proxy worker tests for <=3.12, and vice versa. This will involve some more logic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this - is there a helper script to smoothen the process of creation? If not, please add it in the 3.13 backlog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What did this do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the long run - the name shouldn't change - can it be done in this iteration itself?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this seems unnecessary.