Skip to content

Commit

Permalink
upgrade python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dkweiss31 committed Sep 29, 2024
1 parent fccae2f commit 42cd75a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 42cd75a

Please sign in to comment.