Skip to content

Commit 0584a3f

Browse files
committed
blacktest matrix
1 parent d7ceec5 commit 0584a3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/blacktest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
matrix:
1212
# python-version: [3.9.5, 3.10.0]
1313
# python-version: [3.9.5]
14-
python-version: [3.9]
14+
# python-version: [3.9]
1515
# python-version: [3.10.0]
16+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1617

1718
steps:
1819
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)