diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c62a9dd..58407c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12.0-rc.3" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12.0" ] steps: - name: Checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index b06cac7..5fc9b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Note: the BigBuy API is not versioned and some endpoints are often added or removed without notice. The removal of methods that call deleted endpoints is not considered a breaking change. +## Unreleased + +* Add official support for Python 3.12.0 + ## 3.19.2 (2023/10/19) * Add `get_user_auth_status`, `get_product_stock_by_handling_days`, `get_product_variations_stock_by_handling_days`