Skip to content

Commit

Permalink
Remove Python 3.9 from GH Action (error with pandas)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGhenis committed Nov 27, 2020
1 parent 5971d0f commit 207123a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test [Python 3.7, 3.8, 3.9]
name: Build and test [Python 3.7, 3.8]

on: [push, pull_request]

Expand All @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8]

steps:
- name: Checkout
Expand Down

0 comments on commit 207123a

Please sign in to comment.