Skip to content

Commit

Permalink
CI: Add Python 3.11 case
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn authored Oct 22, 2024
1 parent 91bee31 commit 6750325
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
venv:
- ""
include:
# Python 3.11 with the latest Ruby
- { os: ubuntu-20.04 , ruby: 3.3 , python: "3.11" , python_architecture: x64 , venv: "" }

# Old ruby and the latest Python 3
- { os: ubuntu-20.04 , ruby: 2.6 , python: "3.x" , python_architecture: x64 , venv: "" }
- { os: ubuntu-20.04 , ruby: 2.5 , python: "3.x" , python_architecture: x64 , venv: "" }
Expand Down

0 comments on commit 6750325

Please sign in to comment.