Skip to content

Commit

Permalink
Add python 3.12 to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jan 2, 2024
1 parent bebead7 commit b373a88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: [3.8, 3.9, "3.10", "3.11"; "3.12"]
# django-version: ["<4", "<5", "<6"]
steps:
- uses: actions/checkout@v2
- name: Python ${{ matrix.python-version }}
- name: Python ${{ matrix.python-version }} Django ${{ matrix.django-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
packages = find:
Expand Down

0 comments on commit b373a88

Please sign in to comment.