From 5e51a28bbda7e2b0789818b1fd871e4d80397850 Mon Sep 17 00:00:00 2001 From: GDay <1939656+GDay@users.noreply.github.com> Date: Fri, 16 Sep 2022 01:59:28 +0200 Subject: [PATCH] Update when action is triggered and update environment to .13 (.14 not available yet --- .github/workflows/test.yml | 8 +++++++- poetry.lock | 4 ++-- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8384aae..84376d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,11 @@ name: tests -on: [ push, pull_request ] +on: + push: + branches: + - master + pull_request: + branches: + - master jobs: build: runs-on: ubuntu-latest diff --git a/poetry.lock b/poetry.lock index 9934d1b..eddcb98 100644 --- a/poetry.lock +++ b/poetry.lock @@ -946,8 +946,8 @@ testing = ["django-redis", "croniter", "hiredis", "psutil", "iron-mq", "boto3", [metadata] lock-version = "1.1" -python-versions = ">=3.7.14, <4" -content-hash = "4a1141b039e4166ed808cf7636949bee597eb7505e3b51e0aee3305fb2422dbf" +python-versions = ">=3.7.13, <4" +content-hash = "65402892426d7721bd68839e088b5e373922c6f78b842b8a09d4aa3388f6e086" [metadata.files] alabaster = [ diff --git a/pyproject.toml b/pyproject.toml index fd91bca..f5ecccc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ include = ['CHANGELOG.md'] [tool.poetry.dependencies] -python = ">=3.7.14, <4" +python = ">=3.7.13, <4" django = ">=2.2" blessed = "^1.17.6" arrow = "^1.1.0"