Update CI workflow to test against Python 3.11.

This commit is contained in:
Marcelo Prates
2025-05-16 20:11:38 -03:00
parent ec0ef4db78
commit 435131cb7d

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
steps:
- name: Checkout code
uses: actions/checkout@v4