Skip to content

Commit 20c617b

Browse files
authored
chore: update project structure to 6669a067
1 parent 582b59c commit 20c617b

File tree

5 files changed

+75
-49
lines changed

5 files changed

+75
-49
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/woltapp/wolt-python-package-cookiecutter",
3-
"commit": "9730387755c982e1ef9c968d7d0fae46f8fafc9d",
3+
"commit": "6669a067eeaaed3bee84312428a3e94cd13295f2",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/actions/python-poetry-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
python-version:
66
required: false
77
description: 'Python version'
8-
default: '3.9'
8+
default: '3.10'
99
outputs: {}
1010
runs:
1111
using: 'composite'

.github/workflows/test.yml.rej

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
diff a/.github/workflows/test.yml b/.github/workflows/test.yml (rejected hunks)
2+
@@ -38,7 +38,7 @@ jobs:
3+
strategy:
4+
fail-fast: false
5+
matrix:
6+
- python-version: ["3.7", "3.8", "3.9"]
7+
+ python-version: ["3.7", "3.8", "3.9", "3.10"]
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: ./.github/actions/python-poetry-env

poetry.lock

Lines changed: 62 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pep8-naming = "*"
5656
pre-commit = "*"
5757
pymdown-extensions = "*"
5858
pytest = "*"
59+
pytest-github-actions-annotate-failures = "*"
5960
pytest-cov = "*"
6061
python-kacl = "*"
6162
pyupgrade = "*"

0 commit comments

Comments
 (0)