Skip to content

Commit 00cc89a

Browse files
committed
fix ci
1 parent 25b825a commit 00cc89a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
18+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1919
poetry-version: ["1.4.2"]
2020
steps:
2121
- uses: actions/checkout@v3

docs/additional_info/changelog.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Changelog
77
-------------------
88

99
* Relaxed typings for `create_webhook` and `update_webhook` to allow passing the necessary parameters
10-
* Test with Python 3.12
1110

1211
2.1.1 (27-Feb-2023)
1312
-------------------

0 commit comments

Comments
 (0)