mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Also test the application with python 3.9
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ 3.6, 3.7, 3.8, pypy3 ]
|
||||
python-version: [ 3.6, 3.7, 3.8, 3.9, pypy3 ]
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
||||
@@ -14,7 +14,7 @@ slightly different) you will need to change the steps as appropriate.
|
||||
The application is compatible and regularly tested with
|
||||
|
||||
* sqlite, postgres
|
||||
* python 3.6, 3.7 and 3.8
|
||||
* python 3.6, 3.7, 3.8, 3.9 and pypy3
|
||||
|
||||
After installation you might also want to take a look at the :ref:`other-changes` section for other
|
||||
changes you might want to do to your local instance such as Terms of Service or
|
||||
|
||||
Reference in New Issue
Block a user