Skip to content

Commit

Permalink
build: upgrade os and python-version from CI matrix (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi authored Sep 11, 2024
1 parent eb17e03 commit ae90e00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ['3.8', '3.11']
os: [ubuntu-20.04, ubuntu-24.04]
python-version: ['3.11']
toxenv: ["django42", "quality", "docs"]

steps:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def is_requirement(line):
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38, 311}-django{42}, quality, docs
envlist = py{311}-django{42}, quality, docs

[doc8]
ignore = D001
Expand Down

0 comments on commit ae90e00

Please sign in to comment.