Skip to content

Commit d280440

Browse files
Merge pull request #1474 from CamDavidsonPilon/0.27.4
0.27.4
2 parents 8084d45 + 8e73580 commit d280440

File tree

6 files changed

+209
-189
lines changed

6 files changed

+209
-189
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: ["ubuntu-latest"]
12-
python-version: ["3.9", "3.10"]
12+
python-version: ["3.9", "3.10", "3.11"]
1313

1414
steps:
1515
- name: Checkout source

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## Changelog
22

3-
#### 0.27.3 - Upcoming
3+
#### 0.27.4 - 2022-11-16
4+
5+
##### New features
6+
- Support py3.11
7+
8+
#### 0.27.3 - 2022-09-25
49

510
##### New features
611
- Fixed and silenced a lot of warnings

0 commit comments

Comments
 (0)