Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Aug 9, 2023
1 parent 25b825a commit 00cc89a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
poetry-version: ["1.4.2"]
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion docs/additional_info/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Changelog
-------------------

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

2.1.1 (27-Feb-2023)
-------------------
Expand Down

0 comments on commit 00cc89a

Please sign in to comment.