mirror of
https://github.com/jazzband/django-categories.git
synced 2026-05-16 19:41:08 +00:00
Only build docs using Python 3.9
This commit is contained in:
parent
782431f979
commit
482c25f663
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
python-version: [3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue