-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: add python 3.11 support #169
Conversation
be44dbd
to
d171e07
Compare
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.
Tests are failing on the substra repo, probably worth launching e2e tests to be sure.
/e2e --tests sdk,substrafl,doc --mode standalone --refs substra=python-3-11,substra-tests=python-3-11,substra-ci=python-3-11,substra-documentation=python-3-11 --benchmarks mnist,camelyon |
/e2e --tests sdk,substrafl,doc --mode standalone --refs substra=python-3-11,substra-tests=python-3-11,substra-ci=python-3-11,substra-documentation=python-3-11 --benchmarks mnist,camelyon |
End to end tests: ❌ FAILURE Jobs status:
“Boy, that escalated quickly.” ― Ron Burgundy, Anchorman: The Legend of Ron Burgundy |
GKE 1.26 /e2e --tests sdk,substrafl,doc --mode standalone --refs substra=python-3-11,substra-tests=python-3-11,substra-ci=python-3-11,substra-documentation=python-3-11 --benchmarks mnist,camelyon |
GKE 1.27 /e2e --tests sdk,substrafl,doc --mode standalone --refs substra=python-3-11,substra-tests=python-3-11,substra-ci=python-3-11,substra-documentation=python-3-11 --benchmarks mnist,camelyon |
/e2e --tests doc --mode standalone --refs substra=python-3-11,substra-tests=python-3-11,substra-ci=python-3-11,substra-documentation=python-3-11 |
/e2e --tests doc --mode standalone --refs substra=python-3-11,substra-tests=python-3-11,substra-ci=python-3-11,substra-documentation=python-3-11 |
/e2e --tests sdk,substrafl,doc --mode standalone --refs substra=python-3-11,substra-tests=python-3-11,substra-ci=python-3-11,substra-documentation=python-3-11 --benchmarks mnist,camelyon |
End to end tests: ❌ FAILURE Jobs status:
“I’m sorry, Dave. I’m afraid I can’t do that.” ― Hal, 2001: A Space Odyssey |
/e2e --tests doc --mode standalone --refs substra=python-3-11,substra-tests=python-3-11,substra-ci=python-3-11,substra-documentation=python-3-11 |
/e2e --tests doc --mode standalone --refs substra=python-3-11,substra-tests=python-3-11,substra-ci=python-3-11,substra-documentation=python-3-11 |
End to end tests: ✔️ SUCCESS “I love it when a plan comes together.” ― Colonel John “Hannibal” Smith, The A-Team |
FL-979 Support Python 3.11
Add the support for Python 3.11 after adding the support to Pytorch 2.0 in the substrafl examples and benchmark.
Blocked by FL-975 |
/e2e --tests sdk,substrafl,doc --mode standalone --refs substra=python-3-11,substra-tests=python-3-11,substra-ci=python-3-11,substra-documentation=python-3-11 --benchmarks mnist,camelyon |
/e2e --tests sdk,substrafl,doc --mode standalone --refs substra=python-3-11,substra-tests=python-3-11,substra-ci=python-3-11,substra-documentation=python-3-11 --benchmarks mnist,camelyon |
End to end tests: ✔️ SUCCESS Awesome sauce! |
Signed-off-by: ThibaultFy <[email protected]>
Signed-off-by: ThibaultFy <[email protected]>
Signed-off-by: ThibaultFy <[email protected]>
Signed-off-by: ThibaultFy <[email protected]>
Signed-off-by: ThibaultFy <[email protected]>
Signed-off-by: ThibaultFy <[email protected]>
Signed-off-by: ThibaultFy <[email protected]>
46ff77e
to
8822244
Compare
Companion PRs
closes FL-979