Skip to content

Commit daece58

Browse files
hugovksethmlarson
authored andcommitted
Update CI versions
1 parent 275ef06 commit daece58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v4
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
cache: pip
24-
cache-dependency-path: requirements.txt
24+
allow-prereleases: true
2525

2626
- name: Install dependencies
2727
run: |

0 commit comments

Comments
 (0)