mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 04:44:29 +08:00
CI: update tested Python versions
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user