Test against Python 3.11

pull/613/head
Jakub Onderka 2023-05-18 19:55:33 +02:00
parent 3309f5321c
commit edd65e7708
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps: steps:
- name: Install packages - name: Install packages