-
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
support python 3.12 (#5) #6
Conversation
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.github/workflows/test.yml
Outdated
@@ -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' }} |
There was a problem hiding this comment.
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 😉
Closes #5