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

feat: upgrade pipeline and type annotations to python3.10 #60

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

schmidni
Copy link
Member

No description provided.

@schmidni schmidni requested a review from aronsho August 16, 2023 11:52
@schmidni schmidni self-assigned this Aug 16, 2023
@schmidni schmidni added the enhancement Improvement of existing functionality label Aug 16, 2023
@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: "3.10"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This makes it impossible to work with python 3.8 or 3.9, right? Is this necessary? I thought that these versions were still quite common.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I guess all the Union things are easier this way.. well, I'm not against python3.10, :)

Copy link
Member Author

Choose a reason for hiding this comment

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

yes. However my reasoning is that in a year or so, when this library is hopefully mature, 3.10 will be as common as 3.8 now...

@schmidni schmidni merged commit 92e1f1a into main Aug 30, 2023
1 check passed
@schmidni schmidni deleted the feature/upgrade_python branch August 30, 2023 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants