Skip to content

Commit 252e5f3

Browse files
publish 0.2.1
1 parent 1865795 commit 252e5f3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Garden flower
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
pull_request:
6-
branches: [ master ]
6+
branches: [ main ]
77

88
jobs:
99
linux_test:
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install pytest flake8 kivy[base]==2.3.0 "asynckivy>=0.7.1<0.9"
30+
python -m pip install pytest flake8 kivy[base]==2.3.1 "asyncgui>=0.7,<0.8" "asynckivy>=0.7.1,<0.9"
3131
- name: Install flower
3232
run: python -m pip install -e .
3333
- name: Lint with flake8

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kivy-garden-draggable"
3-
version = "0.2.1.dev0"
3+
version = "0.2.1"
44
description = "Drag & Drop Extension for Kivy"
55
authors = ["Nattōsai Mitō <[email protected]>"]
66
license = "MIT"
@@ -28,6 +28,7 @@ packages = [
2828
[tool.poetry.dependencies]
2929
python = "^3.9"
3030
asynckivy = ">=0.7.1,<0.9"
31+
asyncgui = "~0.7"
3132

3233
[tool.poetry.group.dev.dependencies]
3334
pytest = "^7.1.2"

0 commit comments

Comments
 (0)