mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-21 06:48:13 +08:00
Update when action is triggered and update environment to .13 (.14 not
available yet
This commit is contained in:
@@ -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
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user