From f721f07bcb927f104efd58de82c0afe1861b1849 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Sat, 27 Jul 2024 19:41:44 +0200 Subject: [PATCH] build: switch to python 3.12 --- .github/workflows/ci.yml | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cee96e1c..2beb301b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.12' cache: pip - uses: pre-commit/action@v3.0.1 with: @@ -33,10 +33,10 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.12' cache: pip - run: | python -m pip install --upgrade pip diff --git a/pyproject.toml b/pyproject.toml index ab0131e4..40c559e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Information Analysis" ] dependencies = [ @@ -60,7 +60,7 @@ keywords = [ license = "MIT" name = "fuji" readme = "README.md" -requires-python = "~=3.11" # at the moment only Python 3.11 is supported +requires-python = "~=3.12" version = "3.2.2" [project.optional-dependencies]