From 8f4879f70ba4ddcb31ed5467140c753d70d12cf2 Mon Sep 17 00:00:00 2001 From: Daniel Feldroy Date: Mon, 21 Sep 2020 11:05:29 -0700 Subject: [PATCH] Update all the packages and remove macos-latest --- .github/workflows/python-package.yml | 3 ++- requirements.txt | 13 +++++++------ setup.py | 3 ++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 0beaf51..a5da462 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -20,7 +20,8 @@ jobs: runs-on: ${{ matrix.operating-system }} strategy: matrix: - operating-system: [ubuntu-latest, windows-latest, macos-latest] + # operating-system: [ubuntu-latest, windows-latest, macos-latest] + operating-system: [ubuntu-latest, windows-latest] python-version: [2.7, 3.5, 3.6, 3.7, 3.8] steps: diff --git a/requirements.txt b/requirements.txt index 1433eb3..30dbb12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,8 @@ # Testing and deployment packages. -coverage==4.4.2 -pytest==3.8.2 -pytest-cov==2.6.0 -freezegun==0.3.10 -twine==1.12.1 -wheel==0.32.0 \ No newline at end of file +coverage==5.3 +flake8==3.8.3 +pytest==6.0.2 +pytest-cov==2.10.1 +freezegun==1.0.0 +twine==3.2.0 +wheel==0.34.2 \ No newline at end of file diff --git a/setup.py b/setup.py index af68a07..6119fec 100755 --- a/setup.py +++ b/setup.py @@ -50,9 +50,10 @@ setup( "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ], ) -- 2.30.2