From 9a6d9334a0d3b2dd4d4888803b1d7164c422beb3 Mon Sep 17 00:00:00 2001 From: igor Date: Mon, 20 Nov 2023 17:34:41 +0100 Subject: [PATCH] python 3.11.6 --- .github/workflows/tests.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c4c8ee7..13eef4d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: | diff --git a/pyproject.toml b/pyproject.toml index f596370..3a0b1f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",