remove Python 3.11 from test

master
Clemens Neudecker 3 weeks ago committed by GitHub
parent 104235fef9
commit 8b8719e1b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v4
- name: Set up Python

Loading…
Cancel
Save