Skip to content

Commit

Permalink
Use python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Nov 5, 2024
1 parent 6ccced2 commit f9b8772
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
build:
environment: test
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ['3.12']

# services:
# mysql:
Expand All @@ -42,10 +38,8 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: .python-version

- name: Install dependencies
run: |
Expand Down Expand Up @@ -54,8 +52,6 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: .python-version

- name: Create .env
run: |
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.13

0 comments on commit f9b8772

Please sign in to comment.