From 1b737f964eaf6d7ecfe0388a4b46f0fe78310308 Mon Sep 17 00:00:00 2001 From: Calum Macdonald Date: Tue, 26 Sep 2023 12:04:38 +0100 Subject: [PATCH] upgrade python --- .github/workflows/ci.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19e4f19..4681ee1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Install schema module run: | diff --git a/setup.py b/setup.py index d839818..6c2bb4c 100644 --- a/setup.py +++ b/setup.py @@ -28,5 +28,5 @@ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - python_requires='>=3.8', + python_requires='>=3.9', )