[cicd] remove 3.9 version python in pylint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Python 3.9 not support typing hint | syntax
This commit is contained in:
SouthFox 2023-06-09 11:12:06 +08:00
parent 1e642fcf07
commit 5dc49fbdf9

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}