Skip to content

Commit 6c59ea2

Browse files
committed
make test in python3.12
1 parent 31febb7 commit 6c59ea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/make-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414

15-
- name: Set up Python 3.9
15+
- name: Set up Python 3.12
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: "3.9"
18+
python-version: "3.12"
1919

2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)