Skip to content

Commit

Permalink
Merge pull request #6 from surface-security/testpypi-dj4
Browse files Browse the repository at this point in the history
update requirements to exclude django >=4
  • Loading branch information
fopinappb committed Feb 18, 2022
2 parents a9f818e + 3827ea5 commit ce28a87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ name: publish test

on:
push:
branches: testpypi
branches:
- testpypi
- testpypi-*
- testpypi/*

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion dkron/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.0.0'
__version__ = '1.0.1'
default_app_config = 'dkron.apps.DkronConfig'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = find:
# requires 3.9 due to django-notification-sender...
python_requires = >=3.9
install_requires =
Django >= 3.0
Django >= 3.0, <4
django-logbasecommand < 1
django-notification-sender < 1
requests > 2, < 3
Expand Down

0 comments on commit ce28a87

Please sign in to comment.