Skip to content
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

Increase minimal version of python to >=3.8 #145

Merged
merged 3 commits into from
Jan 23, 2024
Merged

Conversation

nhuet
Copy link
Contributor

@nhuet nhuet commented Jan 22, 2024

  • latest versions of dependencies need python>=3.8
  • python 3.7 is not maintained anymore
  • we test now for python 3.8 and 3.11

nhuet added 2 commits January 22, 2024 11:06
- latest versions of dependencies need python>=3.8
- python 3.7 is not maintained anymore
Was testing on 3.7, 3.8, and 3.9 but we impose now python>=3.8
We increase the span of versions by including 3.11.
Starting from python 3.11, random.sample() must apply to a sequence with
no automatic conversion from sets or dicts.

See https://docs.python.org/3/library/random.html#random.sample.
Copy link
Collaborator

@g-poveda g-poveda left a comment

Choose a reason for hiding this comment

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

lgtm

@g-poveda g-poveda merged commit 0f9551d into airbus:master Jan 23, 2024
16 checks passed
@nhuet nhuet deleted the python38 branch January 23, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants