-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add support for Python 3.12 and improve CI to test several versions of Python #137
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
otetard
force-pushed
the
add-python-3.12
branch
6 times, most recently
from
September 27, 2024 10:21
fae85d1
to
f99dbdf
Compare
otetard
force-pushed
the
add-python-3.12
branch
3 times, most recently
from
September 27, 2024 11:56
e96c6d2
to
3eafa3c
Compare
Darkheir
previously approved these changes
Sep 27, 2024
otetard
force-pushed
the
add-python-3.12
branch
from
September 28, 2024 14:40
3eafa3c
to
1b1d0aa
Compare
Darkheir
previously approved these changes
Sep 28, 2024
otetard
force-pushed
the
add-python-3.12
branch
from
September 28, 2024 14:51
1b1d0aa
to
b271f46
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #137 +/- ##
==========================================
- Coverage 90.74% 90.64% -0.10%
==========================================
Files 34 34
Lines 2410 2417 +7
==========================================
+ Hits 2187 2191 +4
- Misses 223 226 +3 ☔ View full report in Codecov by Sentry. |
otetard
force-pushed
the
add-python-3.12
branch
from
September 28, 2024 15:02
b271f46
to
2620920
Compare
otetard
force-pushed
the
add-python-3.12
branch
from
September 28, 2024 15:20
2620920
to
de5852d
Compare
otetard
changed the title
Add python 3.12
Add support for Python 3.12 and improve CI to test several versions of Python
Sep 28, 2024
otetard
force-pushed
the
add-python-3.12
branch
from
September 28, 2024 15:35
de5852d
to
6af1fe0
Compare
otetard
force-pushed
the
add-python-3.12
branch
from
September 28, 2024 15:44
6af1fe0
to
e6bf891
Compare
Darkheir
approved these changes
Sep 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[1.15.0] - 2024-09-28
Changed
requests-ratelimiter
,typer
,prometheus-client
) and some devel ones (pytest
,pytest-asyncio
,pytest-env
,faker
).