diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d6836b0..5a52f5ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - python_version: [3.11, '3.10', 3.9, 3.8] + python_version: [3.12, 3.11, '3.10', 3.9, 3.8] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.1.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1b3fb31a..74ec5d05 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.11] + python-version: [3.12] steps: - uses: actions/checkout@v2 diff --git a/README.rst b/README.rst index 0076bb58..f55afba8 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ A Python client for interacting with the GoCardless Pro API. |pypi-badge| -Tested against Python 3.8, 3.9, 3.10 and 3.11. +Tested against Python 3.8, 3.9, 3.10, 3.11 and 3.12. - `"Getting Started" guide `_ with copy and paste Python code samples - `API reference`_