Skip to content

Commit

Permalink
Test with Python 3.13
Browse files Browse the repository at this point in the history
Also updates actions/setup-python to get rid of warnings about old
Node.js
  • Loading branch information
yan12125 committed Oct 10, 2024
1 parent 2ab7181 commit 6c4da96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
build:
strategy:
matrix:
python-version: ['3.8', '3.10', '3.12']
python-version: ['3.8', '3.10', '3.13']

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 6c4da96

Please sign in to comment.