Skip to content

Commit

Permalink
馃棑 Feb 9, 2022 10:20:36 PM
Browse files Browse the repository at this point in the history
馃挌 build steps added/updated
  • Loading branch information
securisec committed Feb 10, 2022
1 parent b606d2c commit a9dc7a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests_multi_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 9
max-parallel: 6
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
python-version:
- "3.8"
- "3.10"
# - "3.9"

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ def read_requirements():
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
python_requires=">=3.8",
python_requires="=3.8",
entry_points={"console_scripts": ["chepy = chepy.__main__:main"]},
)

0 comments on commit a9dc7a7

Please sign in to comment.