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