Skip to content

Commit 9ce845b

Browse files
authored
fix: update python version (uwdata#219)
1 parent 819f69f commit 9ce845b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/setup-python@v4
4545
with:
46-
python-version: "3.x"
46+
python-version-file: ".python-version"
4747
cache: "pip"
4848
cache-dependency-path: "**/pyproject.toml"
4949

.python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11.6

packages/widget/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dev = [
3232
]
3333

3434
[tool.hatch.envs.default]
35-
python = "3.10"
35+
python = "3.11"
3636
features = ["dev"]
3737

3838
[tool.hatch.envs.default.scripts]

0 commit comments

Comments
 (0)