diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec929b0..c7e68a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.9", "3.10"] + python: ["3.10"] task: - name: Test run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6a623..f26878e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased - bump minimum python version to 3.10 +- fix tests +- remove python 3.9 tests + ## [v0.1.7](https://github.com/Mapepire-IBMi/mapepire-python/releases/tag/v0.1.7) - 2024-09-16 ## [v0.1.6](https://github.com/Mapepire-IBMi/mapepire-python/releases/tag/v0.1.6) - 2024-09-16 diff --git a/pyproject.toml b/pyproject.toml index bad2ce6..165458d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">3.9" dependencies = [ "dataclasses-json>=0.6.4", "websocket-client>=1.2.1", - "websockets", + "websockets==13.1", "pyee", "pep249abc" ]