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

Test against Python 3.13. #50

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Conversation

cipherself
Copy link
Contributor

No description provided.

@cipherself cipherself self-assigned this Oct 21, 2024
Copy link

github-actions bot commented Oct 21, 2024

Coverage results

Update on 2024-10-22 08:38:11.751355369 +0000

This is the coverage report for commit 8472e9f

Name                                                                                Stmts   Miss  Cover   Missing
-----------------------------------------------------------------------------------------------------------------
.tox/py/lib/python3.12/site-packages/enlyze/__init__.py                                 4      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/api_clients/base.py                        70      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/api_clients/production_runs/client.py      20      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/api_clients/production_runs/models.py      52      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/api_clients/timeseries/client.py           19      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/api_clients/timeseries/models.py           44      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/auth.py                                    13      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/client.py                                 108      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/constants.py                                8      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/errors.py                                   4      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/iterable_tools.py                           7      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/models.py                                 117      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/schema.py                                  25      0   100%
.tox/py/lib/python3.12/site-packages/enlyze/validators.py                              38      0   100%
-----------------------------------------------------------------------------------------------------------------
TOTAL                                                                                 529      0   100%

4 empty files skipped.

@cipherself cipherself marked this pull request as ready for review October 21, 2024 21:13
@cipherself cipherself requested review from a team, daniel-k and denizs and removed request for a team October 21, 2024 21:13
Copy link
Member

@daniel-k daniel-k left a comment

Choose a reason for hiding this comment

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

I think we should add py313 here as well:

enlyze-python/tox.ini

Lines 4 to 7 in 077c3d3

env_list =
py312
py311
py310

@cipherself cipherself merged commit 635c056 into master Oct 22, 2024
12 checks passed
@cipherself cipherself deleted the minor/python-3.13-test-runner branch October 22, 2024 09:10
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