Skip to content

Commit

Permalink
Dropped benchmarks for Python 3.10 and 3.11 as no longer supported by…
Browse files Browse the repository at this point in the history
… Django. (#92)
  • Loading branch information
sarahboyce authored Jan 30, 2025
1 parent 66f6b2e commit a192114
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Pull Changes
if: github.event_name != 'pull_request'
run: git pull origin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Install Requirements
run: pip install -r requirements.txt
- name: Git config
Expand Down
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"environment_type": "conda",
"conda_channels": ["conda-forge", "defaults"],
"show_commit_url": "http://github.com/django/django/commit/",
"pythons": ["3.10", "3.11", "3.12", "3.13"]
"pythons": ["3.12", "3.13"]
}

0 comments on commit a192114

Please sign in to comment.