Skip to content

Commit 21a8db0

Browse files
committed
build: Also test latest python release
1 parent b5631d1 commit 21a8db0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
21+
check-latest: true
2122
cache: pip
2223
- name: Install dev dependencies
2324
run: pip install .[dev]

0 commit comments

Comments
 (0)