-
Notifications
You must be signed in to change notification settings - Fork 1
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
move from python 3.8-3.10 to 3.10-12 #103
Labels
enhancement
New feature or request
Comments
@Victorlouisdg @adverley anyone has an issue with this proposed change? |
also need to change the conda environment's default python version |
Sounds good to me, however some packages like ur_rtde only have prebuilt wheels up to 3.11 I believe, making it difficult to install on 3.12. We should probably also update our types too then, because 3.10 allow |
python >= 3.10 is compatible on my side so no probs for me
…On Wed, 3 Jan 2024 at 09:39, Victorlouisdg ***@***.***> wrote:
Sounds good to me, however some packages like ur_rtde
<https://gitlab.com/sdurobotics/ur_rtde> only have prebuilt wheels up to
3.11 I believe, making it difficult to install on 3.12.
We should probably also update our types too then, because 3.10 allow
tuple instead of Tuple etc.
—
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLT5VFDSAEYEIACLOVI3ATYMUKKZAVCNFSM6AAAAABBKPKWZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZVGAYTCOJTGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
3.8 will be EOL in oktober, So I would argue we can move to >=3.10. which we can enforce in the python setup.py
would also need to change tests here:
airo-mono/.github/workflows/pytest.yaml
Line 17 in 5cbacd7
The text was updated successfully, but these errors were encountered: