Skip to content

Commit

Permalink
Add documentation for ensuring python versions are the same at variou…
Browse files Browse the repository at this point in the history
…s locations and information about python version in README.md
  • Loading branch information
mccleeary-galois committed May 15, 2024
1 parent 23ad855 commit dc5bc2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
steps:
- uses: actions/setup-python@v2
with:
# Ensure TOML file and mypy.ini file are updated to support version here.
python-version: '3.12'
- uses: abatilo/[email protected]
with:
Expand Down
4 changes: 4 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Argo Client

A python library for client connections to [JSON RPC](https://www.jsonrpc.org/specification) servers, specifically designed with the Haskell [Argo](https://github.com/galoisinc/argo) sister library in mind.

## Python Version Support

Currently argo is tested against Python 3.12.
1 change: 1 addition & 0 deletions python/mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[mypy]
no_implicit_optional = True
# Ensure CI file matches python version here.
python_version = 3.12
warn_return_any = True
warn_unused_configs = True
Expand Down

0 comments on commit dc5bc2b

Please sign in to comment.