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]