Skip to content

Commit

Permalink
3.7 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed May 24, 2021
1 parent f0206ae commit 370811b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.7, 3.8]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def read(*parts):
# that you indicate whether you support Python 2, Python 3 or both.
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Operating System :: OS Independent",
],
)

0 comments on commit 370811b

Please sign in to comment.