Skip to content

Commit

Permalink
Start testing against Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorJohn committed Sep 22, 2024
1 parent aadb056 commit 4654e3a
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 @@ -12,13 +12,14 @@ jobs:
strategy:
max-parallel: 4
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"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 4654e3a

Please sign in to comment.