Skip to content

Commit

Permalink
GHA update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jan 15, 2025
1 parent c2d1faa commit 9d06d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Check build from .tar
- name: Source
os: ubuntu-latest
python: "3.7"
python: "3.11"
source: true

# Linux py builds x64
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Setup native python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python || '3.7' }}
python-version: ${{ matrix.python || '3.11' }}
#architecture: x64

# TLS 1.0 and 1.1 support was removed from pypi so the cached pip won't work
Expand Down

0 comments on commit 9d06d82

Please sign in to comment.