Skip to content

Commit

Permalink
✔ Test on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Sep 4, 2024
1 parent 3233dbc commit 1753ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]

runs-on: "ubuntu-latest"

Expand All @@ -34,6 +34,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1753ed4

Please sign in to comment.