Skip to content

Commit

Permalink
Try python 3.7 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzchen committed Jul 15, 2023
1 parent a4993c2 commit f6485da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.8.10", "3.9.13", "3.10.11"]
python-version: ["3.7.9", "3.8.10", "3.9.13", "3.10.11"]
architecture: ["x64"] # disable x86 for now
name: Python ${{ matrix.python-version }}-${{ matrix.architecture }}
steps:
Expand Down

0 comments on commit f6485da

Please sign in to comment.