Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg committed Nov 17, 2023
1 parent c9accd8 commit d3e4542
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, windows, macos]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}-latest

steps:
Expand Down Expand Up @@ -170,7 +170,6 @@ jobs:
run: |
python --version
python -mpip install setuptools
sudo apt-get install python3-distutils
make -C src pymod
- name: Build sdist
Expand Down

0 comments on commit d3e4542

Please sign in to comment.