Skip to content

Commit affb87f

Browse files
authored
Add Python 3.12 for tests (#68)
1 parent 31387f5 commit affb87f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
# see https://www.python.org/downloads/
20-
python-version: [ '3.5', '3.11' ]
20+
python-version: [ '3.5', '3.12' ]
2121

2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)