Skip to content

Commit

Permalink
update python versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Nov 1, 2024
1 parent 8c7ffad commit 43bbec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
python-version: [3.9, '3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']

steps:
- name: Cancel Previous Runs
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.12

- name: Install dependencies
run: |
Expand Down

0 comments on commit 43bbec5

Please sign in to comment.