Skip to content

Commit

Permalink
fix ci #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkweiss31 committed Sep 27, 2024
1 parent 5f06904 commit a347d09
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.10]
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.10"
requires-python = ">=3.9"
description = "Floquet simulations for identifying resonances in quantum systems."
dependencies = [
"numpy",
Expand Down

0 comments on commit a347d09

Please sign in to comment.