Skip to content

Commit

Permalink
Merge pull request #644 from evelynmitchell/master
Browse files Browse the repository at this point in the history
remove 3.9 from python packaging action
  • Loading branch information
kyegomez authored Nov 25, 2024
2 parents b6ca99b + 36279fb commit 587c252
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

# [ ] TODO [pep 458](https://blog.pypi.org/posts/2024-11-14-pypi-now-supports-digital-attestations/)

name: Python package

on:
Expand All @@ -16,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 587c252

Please sign in to comment.