Skip to content

Commit

Permalink
Support Python 3.13 (#676)
Browse files Browse the repository at this point in the history
* bump supported python & required rpds-py versions

* use python 3.13 in CI
  • Loading branch information
vtnate authored Nov 18, 2024
1 parent 164c265 commit 8328aa0
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 107 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.10", "3.12"]
python-version: ["3.10", "3.13"]
test_env: [python, docs, mypy]
mbl_tag: [v11.0.0]
exclude:
Expand Down
Loading

0 comments on commit 8328aa0

Please sign in to comment.