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 May 6, 2024
1 parent e72d1e3 commit ee8f900
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@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

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

0 comments on commit ee8f900

Please sign in to comment.