Skip to content

Commit

Permalink
Add tests for python37
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktBurger committed Feb 26, 2024
1 parent 5bb6f25 commit 0d703c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyleco_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ _Use self defined objects instead of jsonrpc2-objects and jsonrpc2-pyclient._

- Add __future__.annotations to all files, which need it for annotations for Python 3.7/3.8.
- Add self written `RPCServer` as alternative to openrpc package.
- Compatibility with Python 3.7/3.8


## [0.2.2] - 2024-02-14
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
"Topic :: System :: Networking",
]

requires-python = ">=3.8"
requires-python = ">=3.7"
dependencies = [
"pyzmq >= 22.3.0",
"openrpc >= 8.1.0; python_version >= '3.9'",
Expand Down

0 comments on commit 0d703c8

Please sign in to comment.