Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.12"]
toxenv: [quality, docs, pii_check, django42, django52]
python-version: ["3.11"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this rolled back to 3.11 just for testing?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also it made sense because we still don't support python 3.12

toxenv: [quality, django42, django52]
steps:
- uses: actions/checkout@v4
- name: setup python
Expand All @@ -35,7 +35,7 @@ jobs:
run: tox

- name: Run coverage
if: matrix.python-version == '3.12' && matrix.toxenv == 'django42'
if: matrix.python-version == '3.11' && matrix.toxenv == 'django42'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
Empty file added default.db
Empty file.
4 changes: 2 additions & 2 deletions docs/decisions/0001-purpose-of-this-repo.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0001 Purpose of This Repo
#########################
0001: Purpose of This Repo
##########################

Status
******
Expand Down
Loading
Loading