CI: update tested Python versions

This commit is contained in:
Jochen Sprickerhof
2022-12-05 08:47:47 +01:00
parent cf5969d7a1
commit 7d43001f9d

View File

@@ -29,11 +29,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
experimental: [false]
# include:
# - python-version: '3.10-dev'
# experimental: true
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}