Require python 3.11

This commit is contained in:
Sleepy Monax 2023-11-21 14:49:25 +01:00
parent 8838340e7d
commit 11d0667b83
3 changed files with 4 additions and 3 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: '3.x' python-version: '3.11'
- name: Install dependencies - name: Install dependencies
run: | run: |

View file

@ -24,7 +24,8 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: '3.x' python-version: '3.11'
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip

View file

@ -12,7 +12,7 @@ authors = [
{ name = "Cute Engineering", email = "contact@cute.engineering" }, { name = "Cute Engineering", email = "contact@cute.engineering" },
] ]
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.11"
license = { text = "MIT" } license = { text = "MIT" }
dynamic = ["version", "dependencies"] dynamic = ["version", "dependencies"]