Test with Python 3.13

This commit is contained in:
Chris Mayo 2024-08-21 19:34:37 +01:00
parent f9ef0fc9a8
commit 84b26b2da5

View file

@ -25,6 +25,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
toxenv: [py]
include:
- python-version: "3.9"
@ -79,6 +80,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python-version }}"
allow-prereleases: true
- name: Pip cache
uses: actions/cache@v4