Skip to content

Commit

Permalink
🐍 Stricter python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Aug 22, 2024
1 parent aa2881d commit dd05329
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.10']
platform: [ubuntu-latest]
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-22.04, windows-latest, windows-2022, windows-2019, macos-latest, macos-12]
python-version: ['3.10', '3.11']
python-version: ['3.10']

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Physics"
]
requires-python = ">=3.10,<3.12"
requires-python = "==3.10.13"
dependencies = [
"Click>=7.0",
"amaranth>=0.4.0,<0.5.0",
Expand Down
44 changes: 22 additions & 22 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd05329

Please sign in to comment.