mirror of
https://github.com/davidhalter/parso.git
synced 2026-08-14 03:51:03 +08:00
CI: update tested Python versions
This commit is contained in:
@@ -29,11 +29,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
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]
|
experimental: [false]
|
||||||
# include:
|
|
||||||
# - python-version: '3.10-dev'
|
|
||||||
# experimental: true
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user