Update when action is triggered and update environment to .13 (.14 not

available yet
This commit is contained in:
GDay
2022-09-16 01:59:28 +02:00
parent 1114b510fd
commit 5e51a28bbd
3 changed files with 10 additions and 4 deletions
+7 -1
View File
@@ -1,5 +1,11 @@
name: tests
on: [ push, pull_request ]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
Generated
+2 -2
View File
@@ -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 = [
+1 -1
View File
@@ -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"