mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 16:40:24 +08:00
Change supported Python: cut 3.6, add 3.9 & 3.10
(Python EOL'ed version 3.6 in December 2021.)
This commit is contained in:
@@ -9,10 +9,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python 3.8
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: 3.9
|
||||
|
||||
- name: Configure pip caching
|
||||
uses: actions/cache@v2
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
python-version: [3.7, 3.8, 3.9, "3.10"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
|
||||
- name: Upload code coverage
|
||||
uses: codecov/codecov-action@v1.0.12
|
||||
if: matrix.python-version == 3.8
|
||||
if: matrix.python-version == 3.9
|
||||
|
||||
- name: Build package
|
||||
run: python setup.py build sdist
|
||||
|
||||
Reference in New Issue
Block a user