Skip to content

Commit 2b12ca7

Browse files
author
Christopher Doris
committed
fix python version
1 parent 0c69394 commit 2b12ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fail-fast: true
5757
matrix:
5858
os: [ubuntu-latest, windows-latest, macos-latest]
59-
pyversion: ["3.x", "3.8"]
59+
pyversion: [">=3.8", "3.8"]
6060

6161
steps:
6262
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)