mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-17 16:45:26 +08:00
Disable 3.10 build for now
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -31,9 +31,9 @@ jobs:
|
||||
matrix:
|
||||
python-version: ['3.6', '3.7', '3.8', '3.9']
|
||||
experimental: [false]
|
||||
include:
|
||||
- python-version: '3.10-dev'
|
||||
experimental: true
|
||||
# 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