Skip to content

Commit

Permalink
Merge pull request #34 from igorkramaric/python-3.11
Browse files Browse the repository at this point in the history
python 3.11.6
  • Loading branch information
igorkramaric committed Nov 20, 2023
2 parents 57f2c9e + 9a6d933 commit ecf244b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.11

- name: install python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Django app that provides a way to simply secure your APIs"
license = {text = "GPLv3"}
keywords = ["django", "api", "signed"]
urls = {homepage = "https://github.com/mediapredict/resigner"}
requires-python = ">=3.8"
requires-python = ">=3.11"
dependencies = ["django>=4.2", "requests>=2.31"]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit ecf244b

Please sign in to comment.