Update all the packages and remove macos-latest
authorDaniel Feldroy <daniel@feldroy.com>
Mon, 21 Sep 2020 18:05:29 +0000 (11:05 -0700)
committerDaniel Feldroy <daniel@feldroy.com>
Mon, 21 Sep 2020 18:05:29 +0000 (11:05 -0700)
.github/workflows/python-package.yml
requirements.txt
setup.py

index 0beaf510098efd2c39955c94d01c6d109cd1ff2f..a5da4621d6733676ee76ad2638de82d919f02e87 100644 (file)
@@ -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:
index 1433eb3c0c55cde0d4df7ed606f4466f03a1c131..30dbb12871ea99f0f8bba56433c360b669aff068 100644 (file)
@@ -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
index af68a07a146478dbcc7f0079522ffd1724484eec..6119fec97549219631bbc1334c362130d5ed6668 100755 (executable)
--- 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",
     ],
 )