Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Feb 13, 2024
1 parent a789e0a commit d5ff05d
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 100 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand All @@ -32,8 +32,8 @@ jobs:
run: make test
- name: Lint with flake8 ⚙️
run: make lint
if: matrix.python-version == 3.9
if: matrix.python-version == 3.10
- name: Build docs 🏗️
run: make docs
if: matrix.python-version == 3.9
if: matrix.python-version == 3.10

Loading

0 comments on commit d5ff05d

Please sign in to comment.