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:
# 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
"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",
],
)