MINOR - Add 3.11 to py-test skip CI (#16814)

This commit is contained in:
Pere Miquel Brull 2024-06-27 07:44:29 +02:00 committed by GitHub
parent 54d08ca22c
commit bafe3da5bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
py-version: ['3.8', '3.9', '3.10']
py-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- run: 'echo "Step is not required"'