Skip to content

Commit

Permalink
CI: Switch to python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed Nov 7, 2023
1 parent cbfbe51 commit 3dec0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
matrix:
include:
- os: windows-2019
python_version: "3.7"
python_version: "3.8"
- os: ubuntu-20.04
python_version: "3.7"
python_version: "3.8"
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 3dec0dd

Please sign in to comment.