Skip to content

Commit 558084c

Browse files
musicsnobjdwolfhub
authored andcommitted
fuzzy match all py test versions
1 parent 7369112 commit 558084c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
python-version:
11-
["3.8.*", "3.9.21", "3.10.16", "3.11.11", "3.12.8", "3.13.1"]
11+
["3.8.*", "3.9.*", "3.10.*", "3.11.*", "3.12.*", "3.13.*"]
1212
steps:
1313
- uses: actions/checkout@master
1414
- name: set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)