-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Argo and Cryptol to support Python 3.12
- Loading branch information
1 parent
70fe999
commit d85e8a5
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule argo
updated
12 files
+3 −2 | .github/workflows/ci.yml | |
+3 −3 | README.rst | |
+4 −4 | argo/argo.cabal | |
+4 −4 | file-echo-api/file-echo-api.cabal | |
+4 −0 | python/CHANGELOG.md | |
+1 −1 | python/LICENSE | |
+4 −0 | python/README.md | |
+0 −4 | python/argo_client/connection.py | |
+2 −1 | python/mypy.ini | |
+164 −150 | python/poetry.lock | |
+6 −4 | python/pyproject.toml | |
+34 −2 | python/tests/test_file_echo_api.py |
Submodule cryptol
updated
27 files