Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07f11b3

Browse files
Test integration_tests with Python 3.12
1 parent 5c0b91e commit 07f11b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ jobs:
437437
strategy:
438438
fail-fast: false
439439
matrix:
440-
python-version: ["3.9", "3.10", "3.11"]
440+
python-version: ["3.9", "3.10", "3.11", "3.12"]
441441
steps:
442442
- uses: actions/checkout@v3
443443
with:

0 commit comments

Comments
 (0)