Skip to content

Commit

Permalink
pin version of websockets (#71)
Browse files Browse the repository at this point in the history
* pin version of websockets

* remove python3.9 tests

* update change log
  • Loading branch information
ajshedivy authored Nov 11, 2024
1 parent e4307ef commit db20946
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.9", "3.10"]
python: ["3.10"]
task:
- name: Test
run: |
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit db20946

Please sign in to comment.