From 370811bf264c0439fb7541fd3124412642a91b5a Mon Sep 17 00:00:00 2001 From: Samuel Letellier-Duchesne Date: Mon, 24 May 2021 18:58:17 -0400 Subject: [PATCH] 3.7 3.8 --- .github/workflows/python-app.yml | 4 ++-- setup.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e19d5e9..05d7594 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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 diff --git a/setup.py b/setup.py index 717c095..3f4fb81 100644 --- a/setup.py +++ b/setup.py @@ -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", ], )