Skip to content

Commit

Permalink
support 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanasati committed Jul 15, 2024
1 parent ec22214 commit c09a277
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -36,3 +36,8 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run
timeout-minutes: 0.2
run: |
stella run ls

0 comments on commit c09a277

Please sign in to comment.