Skip to content

Commit

Permalink
Update build for min python
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Dec 18, 2024
1 parent 6975732 commit ccf0764
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.11', '3.12']
os: ['windows-latest', 'macos-latest', 'ubuntu-latest']
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.11'
- name: Build a binary wheel and a source tarball
run: |
python -mpip install build
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[tox]
envlist = py{39,310,311,312}
envlist = py{311,312}


[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

Expand Down

0 comments on commit ccf0764

Please sign in to comment.