Skip to content

Commit 6750325

Browse files
authored
CI: Add Python 3.11 case
1 parent 91bee31 commit 6750325

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
venv:
3838
- ""
3939
include:
40+
# Python 3.11 with the latest Ruby
41+
- { os: ubuntu-20.04 , ruby: 3.3 , python: "3.11" , python_architecture: x64 , venv: "" }
42+
4043
# Old ruby and the latest Python 3
4144
- { os: ubuntu-20.04 , ruby: 2.6 , python: "3.x" , python_architecture: x64 , venv: "" }
4245
- { os: ubuntu-20.04 , ruby: 2.5 , python: "3.x" , python_architecture: x64 , venv: "" }

0 commit comments

Comments
 (0)