Skip to content

Commit e800212

Browse files
authored
Merge pull request #157 from mnfienen/main
had to update CI to python 3.12
2 parents 4f49311 + 6c7bd98 commit e800212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ ubuntu-latest, macos-latest, windows-latest ]
20-
python-version: ['3.11']
20+
python-version: ['3.12']
2121

2222
steps:
2323
- name: Checkout source

0 commit comments

Comments
 (0)