-
Notifications
You must be signed in to change notification settings - Fork 60
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 Python 3.12 in CI #450
Conversation
Fails because of pyodbc support
|
related mkleehammer/pyodbc#1275 |
The pyodbc compilation error is fixed in 5.0.0 beta releases of pyodbc, included the upgrade to this PR but it isn't GA yet. |
Will be blocked by MagicStack/uvloop#567 as well. aiodocker is depending on an old version of aiohttp so once that is updated, this dependency tree should work. |
Codecov Report
@@ Coverage Diff @@
## master #450 +/- ##
=======================================
Coverage 87.01% 87.01%
=======================================
Files 6 6
Lines 493 493
Branches 73 73
=======================================
Hits 429 429
Misses 48 48
Partials 16 16 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I want to drop aiodocker dependency it causes more issues then expected. |
Merged your changes with other minor fixes here #456 |
thanks! |
What do these changes do?
Checklist
CHANGES
folder<issue_id>.<type>
(e.g.588.bugfix
)issue_id
change it to the pr id after creating the PR.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.Fix issue with non-ascii contents in doctest text files.
Related #449