Skip to content

Commit

Permalink
ci: Removing py3.5
Browse files Browse the repository at this point in the history
We still support python 3.5 in this version, but it is becoming more
difficult as ci tests are starting to fail and be hard to maintain. Rather
than continue to fight to support py3.5, we will remove py3.5 support
in the next major release. For now, we are just removing it from CI
tests.
  • Loading branch information
btorresgil committed Mar 31, 2021
1 parent b79a456 commit 3fa57e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 3fa57e4

Please sign in to comment.