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

Skip to content

Commit 448f9e8

Browse files
committed
Use Python 3.11.1 in CI
1 parent 4911928 commit 448f9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.7, 3.10.7]
11+
python-version: [3.7, 3.11.1]
1212
rf-version: [5.0.1, 6.0.2]
1313

1414
steps:

0 commit comments

Comments
 (0)