Skip to content

Commit

Permalink
Run tests against Python 3.13 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Aug 23, 2024
1 parent d084fec commit ae7bbf3
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 @@ -20,13 +20,14 @@ jobs:
runs-on: ubuntu-22.04
strategy:
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@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install dependencies
run: pip install -r requirements.txt
- name: Install package
Expand Down

0 comments on commit ae7bbf3

Please sign in to comment.