Skip to content

Commit

Permalink
Python 3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Hewlett <[email protected]>
  • Loading branch information
Paul Hewlett committed Oct 7, 2021
1 parent 1bd812b commit 8c49282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 5 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ tasks:
cmds:
- docker build --no-cache --build-arg VERSION=3.9 -f Dockerfile-builder -t jitsuin-archivist-python-builder .

builder-3.10:
desc: Build a docker environment with the right dependencies and utilities
cmds:
- docker build --no-cache --build-arg VERSION=3.10 -f Dockerfile-builder -t jitsuin-archivist-python-builder .

check:
desc: Check the style, bug and quality of the code
deps: [about]
Expand Down

0 comments on commit 8c49282

Please sign in to comment.