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

feat: add support for Python 3.13 #3850

Merged
merged 40 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
69c7c84
fix(picologging): updates to handle unsupported environments (python …
cofin Dec 30, 2024
ecbfc8f
chore(deps): bump astral-sh/setup-uv from 4 to 5 (#3911)
dependabot[bot] Dec 30, 2024
3e15df0
feat: enable Python 3.13 support
cofin Dec 30, 2024
7174004
fix(sqlalchemy): updates to documentation based on upstream changes
cofin Dec 30, 2024
f870e2c
chore: bump AA version
cofin Dec 30, 2024
99e8b74
fix(picologging): updates to handle unsupported environments (python …
cofin Dec 30, 2024
fffcdfb
fix: add ignores
cofin Dec 30, 2024
180350d
fix: trim whitespace
cofin Dec 30, 2024
2844564
Merge branch 'logging-13' into msgspec-13
cofin Dec 30, 2024
7193f62
Merge branch 'main' into msgspec-13
cofin Jan 3, 2025
6f73ff6
fix: add ignores
cofin Dec 30, 2024
4c6958e
fix: trim whitespace
cofin Dec 30, 2024
288a91d
fix: add ignores
cofin Dec 30, 2024
ef1e72e
fix: trim whitespace
cofin Dec 30, 2024
ceb7a05
fix: add ignores
cofin Dec 30, 2024
24159d4
fix: trim whitespace
cofin Dec 30, 2024
fc002a5
fix(channels): use `SQL` function for psycopg calls
cofin Dec 30, 2024
62ce785
fix: revert change here
cofin Dec 30, 2024
8c38db3
feat: re-enable safe quote
cofin Dec 30, 2024
bd1c62c
Merge branch 'psycopg-logging' into msgspec-13
cofin Jan 4, 2025
d45896f
chore: locked deps
cofin Jan 4, 2025
1ad3682
fix: another formatting change revert
cofin Jan 4, 2025
f3aaf9f
Merge branch 'main' into msgspec-13
cofin Jan 4, 2025
9384b1d
Merge branch 'main' into msgspec-13
cofin Jan 5, 2025
9ff0608
Merge branch 'main' into msgspec-13
cofin Jan 5, 2025
6bacc31
Merge branch 'main' into msgspec-13
cofin Jan 5, 2025
4c179c5
fix: test change for 3.13 support
cofin Jan 5, 2025
69123e9
fix: logging capsys update
cofin Jan 5, 2025
a754a62
fix: sleep a bit longer for flaky tests
cofin Jan 5, 2025
9d88e97
feat: use updated pytest-asyncio
cofin Jan 5, 2025
5439d49
fix some resource handling
provinzkraut Jan 5, 2025
96828b0
properly close compression facade in all cases
provinzkraut Jan 5, 2025
0202e17
Merge branch 'main' into msgspec-13
cofin Jan 5, 2025
2f7a3e8
fix: remove toml linting changes
cofin Jan 5, 2025
2a834f2
fix: revert default installed version
cofin Jan 5, 2025
8991fd0
fix: simplify anyio dep
cofin Jan 5, 2025
8e73bbe
fix: simplify msgspec dep
cofin Jan 5, 2025
7eca82e
fix: remove new feature for now
cofin Jan 5, 2025
c01af15
fix: update `pytest-asyncio`
cofin Jan 8, 2025
592ad1e
feat: explicitly pin min versions
cofin Jan 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ linting = [
test = [
"covdefaults",
"pytest",
"pytest-asyncio; python_version < \"3.13\"",
"pytest-asyncio @ git+https://github.com/provinzkraut/pytest-asyncio.git@shutdown-asyncgens; python_version >= \"3.13\"",
"pytest-asyncio",
provinzkraut marked this conversation as resolved.
Show resolved Hide resolved
"pytest-cov",
"pytest-lazy-fixtures",
"pytest-mock",
Expand Down
33 changes: 18 additions & 15 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading