Skip to content

Commit 6727802

Browse files
committed
pin python to 3.8
1 parent 152284e commit 6727802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
python-version: ["3.7","3.8"]
10+
python-version: ["3.8"]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212

1313
steps:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
setup(
1818
author="Michael Gendy",
1919
author_email="[email protected]",
20-
python_requires="<=3.8",
20+
python_requires="==3.8",
2121
classifiers=[
2222
"Development Status :: 4 - Beta",
2323
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)