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

drop python 3.9 #240

Merged
merged 5 commits into from
Nov 7, 2024
Merged

drop python 3.9 #240

merged 5 commits into from
Nov 7, 2024

Conversation

hussain-jafari
Copy link
Contributor

drop python 3.9

Description

Changes and notes

Modernize type hinting.

Testing

Tests pass.

@albrja
Copy link
Contributor

albrja commented Nov 6, 2024

You need to remove the 3.9 build from settings.

@@ -9,7 +9,7 @@

from itertools import product
from pathlib import Path
from typing import Dict, Iterator, List, Optional, Tuple, Union
from typing import Iterator
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: import Iterator from collections.abc

@hussain-jafari hussain-jafari merged commit b12cd9a into main Nov 7, 2024
6 checks passed
@hussain-jafari hussain-jafari deleted the hjafari/MIC-5491_drop_3.9 branch November 7, 2024 18:58
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.

3 participants