From 42cd75aed22bc0757eb5aedc9b3235eec80d03e3 Mon Sep 17 00:00:00 2001 From: Danny Date: Sun, 29 Sep 2024 16:49:41 -0400 Subject: [PATCH] upgrade python to 3.10 --- .github/workflows/ci.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb3dd6f..855ceaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.9] + python-version: [3.10] # os: [ubuntu-latest, macOS-latest, windows-latest] os: [ubuntu-latest] diff --git a/pyproject.toml b/pyproject.toml index 7a035a7..38b7d68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "floquet" version = "0.1.0" -requires-python = ">=3.9" +requires-python = ">=3.10" description = "Floquet simulations for identifying resonances in quantum systems." dependencies = [ "numpy<2.0", # TODO fix