Skip to content

Commit a2479c4

Browse files
Bump version 1.3.0 (#36)
1 parent 7ce5894 commit a2479c4

File tree

5 files changed

+122
-114
lines changed

5 files changed

+122
-114
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
- os: ubuntu-latest
4242
arch: amd64
4343
python-version: '3.10'
44-
# FIXME: mypy issues; probably lack of typing-extensions
45-
# - os: ubuntu-latest
46-
# arch: amd64
47-
# python-version: '3.9'
4844
steps:
4945
- name: Check out the repo
5046
uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
66

7+
## [1.3.0] - 2025-04-29
8+
9+
## Changed
10+
11+
- Updated `websockets` library to 15.0.
12+
13+
## Removed
14+
15+
- Dropped support for Python 3.9 (it was broken for several releases anyway).
16+
717
## [1.2.0] - 2025-03-03
818

919
### Added

0 commit comments

Comments
 (0)