From 00cc89acf92e79ac9224cdc421f348812ad8445f Mon Sep 17 00:00:00 2001 From: bodrovis Date: Wed, 9 Aug 2023 13:45:46 +0300 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- docs/additional_info/changelog.rst | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edf21b7..53b061b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/docs/additional_info/changelog.rst b/docs/additional_info/changelog.rst index 451ba7a..4fc1f7a 100644 --- a/docs/additional_info/changelog.rst +++ b/docs/additional_info/changelog.rst @@ -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) -------------------