Skip to content

Commit

Permalink
Build and test with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Dec 11, 2023
1 parent ceedd26 commit ea56f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:

jobs:
static_analysis:
name: ${{ matrix.make-command }}
name: ${{ matrix.make-command }} // ${{ matrix.python-version }} // ${{ matrix.kiwitcms-url }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.8]
python-version: [3.8, 3.11]
kiwitcms-url: [tcms.kiwitcms.org, public.tenant.kiwitcms.org]
make-command: [ci, check-build, tap]

Expand Down

0 comments on commit ea56f73

Please sign in to comment.