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

support python 3.12 (#5) #6

Merged
merged 7 commits into from
Apr 10, 2024
Merged

support python 3.12 (#5) #6

merged 7 commits into from
Apr 10, 2024

Conversation

MxEh-TT
Copy link
Contributor

@MxEh-TT MxEh-TT commented Apr 9, 2024

Closes #5

Copy link

github-actions bot commented Apr 9, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
368 368 100% 99% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 52307ab by action🐍

Copy link
Member

@MartinGroscheTT MartinGroscheTT left a comment

Choose a reason for hiding this comment

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

@@ -31,13 +31,13 @@ jobs:
- name: Install dependencies
run: poetry install --without workflow --no-root
- name: Execute Tests and create test coverage report
if: ${{ matrix.py_version == '3.9' }}
if: ${{ matrix.py_version == '3.12' }}
Copy link
Member

Choose a reason for hiding this comment

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

we only have one version. I guess the condition was to ignore python 3.7 😉

@MxEh-TT MxEh-TT merged commit 7be33a1 into main Apr 10, 2024
7 checks passed
@ErikRehmTT ErikRehmTT deleted the i5_support-python-312 branch April 22, 2024 13:35
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.

Support for python 3.12
2 participants