Skip to content

Fixing Path for Python 3.13 - #2955

Merged
etianen merged 1 commit into
python-trio:masterfrom
etianen:dh/python-3.13
Feb 15, 2024
Merged

Fixing Path for Python 3.13#2955
etianen merged 1 commit into
python-trio:masterfrom
etianen:dh/python-3.13

Conversation

@etianen

Copy link
Copy Markdown
Contributor

No description provided.

@codecov

codecovBot commented Feb 15, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (863acca) 99.64% compared to head (c2c675d) 99.64%.

❗ Current head c2c675d differs from pull request most recent head 2df6fa5. Consider uploading reports for the commit 2df6fa5 to get more accurate results

Additional details and impacted files
@@ Coverage Diff @@## master #2955 +/- ##
=======================================
Coverage 99.64% 99.64% =======================================
Files 117 117 Lines 17634 17634 Branches 3172 3172 =======================================
Hits 17572 17572 Misses 43 43 Partials 19 19 
FilesCoverage Δ
src/trio/_path.py100.00% <100.00%> (ø)

@etianen
etianenforce-pushed the dh/python-3.13 branch 3 times, most recently from 9522c9b to c2c675dCompareFebruary 15, 2024 16:27
Comment thread.github/workflows/ci.yml Outdated
@etianen
etianen marked this pull request as ready for review February 15, 2024 22:57
@etianen
etianen enabled auto-merge February 15, 2024 22:59
@etianen
etianen merged commit ea8f4be into python-trio:masterFeb 15, 2024
@etianen
etianen deleted the dh/python-3.13 branch February 15, 2024 23:04
@etianenetianen mentioned this pull request Feb 17, 2024
alexanderankin added a commit to testcontainers/testcontainers-python that referenced this pull request Sep 9, 2025
## Description
`testcontainers-python` is not compatible with python 3.13 because of
several packages.
## Related issues
Fixes#870
## Packages update
- bump cffi: python-cffi/cffi#24
- bump psycopg2: psycopg/psycopg2#1695
- bump trio: python-trio/trio#2955
- bump pytest: pytest-dev/pytest#12334
- bump pymilvus: milvus-io/pymilvus#2684
- bump twine: pypa/twine#1184
- bump cryptography: pyca/cryptography#11491
- bump greenlet:
python-greenlet/greenlet@9497948
(python-greenlet/greenlet#392)
- bump grpcio: grpc/grpc#36201
- bump httpx: encode/httpx#3460
- bump ibm-db: ibmdb/python-ibmdb#971
- bump orjson: https://github.com/ijl/orjson/releases/tag/3.10.15
- bump pandas: https://github.com/pandas-dev/pandas/releases/tag/v2.2.3
> ⚠️ `cryptography` is not compatible with python `3.9.0` and
`3.9.1` to be able to update to the version supporting Python 3.13 we
have to exclude those version, meaning the minimum version is now 3.9.2
included.
---------
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
Co-authored-by: David Ankin <daveankin@gmail.com>
Sign up for freeto 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

@etianen@A5rocks