Skip to content

Commit

Permalink
disable 3.9 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
plankthom authored May 2, 2024
1 parent ce79597 commit 5d96216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
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 Expand Up @@ -133,4 +133,4 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: waylay-sdk-rules-types/dist
packages-dir: waylay-sdk-rules-types/dist

0 comments on commit 5d96216

Please sign in to comment.