Skip to content

Commit f83627a

Browse files
authored
Test Python 3.12 in CI (#103)
1 parent f7402c5 commit f83627a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
source: ["conda-forge"]
1919
# os: ["ubuntu-latest"]
2020
# source: ["source"]
21-
python-version: ["3.8", "3.9", "3.10", "3.11"]
21+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2222
graphblas-version: ["8.2.0"]
2323
steps:
2424
- name: Checkout

0 commit comments

Comments
 (0)