From fe88a40042dd8617ce58376eaa7b1598f5ab0e15 Mon Sep 17 00:00:00 2001 From: Daniel Schwarz Date: Mon, 15 May 2023 18:29:32 -0400 Subject: [PATCH] Switched to released version of urwidgets (0.1.0) Also, removed Python 3.6 tests as urwidgets is Python 3.7+ --- .github/workflows/test.yml | 5 +++-- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e93c9bc6..cf604f9d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,10 +6,11 @@ jobs: test: # Older Ubuntu required for testing on Python 3.6 which is not available in # later versions. Remove once support for 3.6 is dropped. - runs-on: ubuntu-20.04 + # runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 diff --git a/requirements.txt b/requirements.txt index 014fedac..54b69dd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ requests>=2.13,<3.0 beautifulsoup4>=4.5.0,<5.0 wcwidth>=0.1.7 urwid>=2.0.0,<3.0 -urwidgets=1.0.0.dev0 +urwidgets=>=0.1,<0.2 diff --git a/setup.py b/setup.py index 9365b64b..5abd1a44 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "beautifulsoup4>=4.5.0,<5.0", "wcwidth>=0.1.7", "urwid>=2.0.0,<3.0", - "urwidgets>=1.0.0.dev0", + "urwidgets>=0.1,<0.2", ], entry_points={ 'console_scripts': [