Skip to content

Commit

Permalink
Merge pull request #210 from GaloisInc/rem/v0.0.12
Browse files Browse the repository at this point in the history
Setup for release of v0.0.12
  • Loading branch information
mccleeary-galois authored May 15, 2024
2 parents 99f36c5 + 6b21073 commit e4b3751
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 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 pyproject.toml and python/mypy.ini are kept in sync with the Python version here.
python-version: '3.12'
- uses: abatilo/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# argo-client next (TBA)
# argo-client v0.0.12 (15 May 2024)
+ Bump `mypy` to `mypy-1.10`, and update its dependencies to support the bump. This allows for Python 3.12 support.


Expand Down
2 changes: 1 addition & 1 deletion python/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2021 Galois, Inc.
Copyright 2024 Galois, Inc.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

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 .github/workflows/ci.yml matches the Python version used here.
python_version = 3.12
warn_return_any = True
warn_unused_configs = True
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "argo-client"
version = "0.0.11"
version = "0.0.12"
readme = "README.md"
keywords = ["JSON", "RPC"]
description = "A JSON RPC client library."
Expand Down

0 comments on commit e4b3751

Please sign in to comment.