Skip to content

Commit

Permalink
Revert "Test against 3.9"
Browse files Browse the repository at this point in the history
This reverts commit f0b7ec9.
  • Loading branch information
timothycrosley committed Oct 8, 2020
1 parent f0b7ec9 commit 2837927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
python-version: [3.8]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8]
os: [ubuntu-latest, ubuntu-18.04, macos-latest, windows-latest]

steps:
Expand Down

0 comments on commit 2837927

Please sign in to comment.