Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Friskes committed Apr 26, 2024
1 parent 01625b6 commit e153a5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ jobs:
# max-parallel: 5
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
django-version: ['Django>=3.2,<3.3', 'Django>=4.0,<4.1', 'Django>=4.1,<4.2', 'Django>=4.2,<4.3', 'Django>=5.0,<5.1']
django-version: ['Django>=3.2,<3.3', 'Django>=4.0,<4.1', 'Django>=4.1,<4.2', 'Django>=4.2,<4.3']
platform: [
ubuntu-latest,
# macos-latest,
# windows-latest
]
exclude:
# Django verison >=5.0 is not compatible with Python version <3.10
- python-version: '>=3.8,<3.10'
django-version: 'Django>=5.0,<5.1'
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ classifiers = [
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Documentation",
"Topic :: Software Development :: Code Generators",
Expand Down

0 comments on commit e153a5b

Please sign in to comment.