Skip to content

Commit

Permalink
Merge pull request #1474 from CamDavidsonPilon/0.27.4
Browse files Browse the repository at this point in the history
0.27.4
  • Loading branch information
CamDavidsonPilon committed Nov 17, 2022
2 parents 8084d45 + 8e73580 commit d280440
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout source
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Changelog

#### 0.27.3 - Upcoming
#### 0.27.4 - 2022-11-16

##### New features
- Support py3.11

#### 0.27.3 - 2022-09-25

##### New features
- Fixed and silenced a lot of warnings
Expand Down

0 comments on commit d280440

Please sign in to comment.