Skip to content

Commit

Permalink
Django=5.0.2 and Python=3.11 upgrade (#47)
Browse files Browse the repository at this point in the history
* Django and Python upgrade

* Change tox

* Change gh action to reflect python version bump
  • Loading branch information
judtinzhang authored Mar 1, 2024
1 parent 594da2a commit eae5785
Show file tree
Hide file tree
Showing 4 changed files with 531 additions and 247 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cdkactions_build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
strategy:
matrix:
python-version:
- 3.8
- 3.9
- 3.11
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -30,7 +29,7 @@ jobs:
publish:
runs-on: ubuntu-latest
container:
image: python:3.8
image: python:3.11
needs: test
if: startsWith(github.ref, 'refs/tags')
steps:
Expand Down
Loading

0 comments on commit eae5785

Please sign in to comment.