Skip to content

Commit

Permalink
CI: test on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Oct 19, 2023
1 parent d0feb93 commit 8b55cb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 8b55cb3

Please sign in to comment.