mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Only build python 3.7 and say so in the Pipfile too
This commit is contained in:
parent
e91befabc0
commit
05f57249d6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04]
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
python-version: [3.7]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
|
|||
2
Pipfile
2
Pipfile
|
|
@ -9,7 +9,7 @@ verify_ssl = true
|
|||
name = "piwheels"
|
||||
|
||||
[requires]
|
||||
python_version = "3.6"
|
||||
python_version = "3.7"
|
||||
|
||||
[packages]
|
||||
dateparser = "~=0.7.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue