Compare commits
3 Commits
c691de0dd0
...
4c4f542fc2
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c4f542fc2 | |||
| 4c9d772b03 | |||
| 097a915f35 |
@@ -14,9 +14,9 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.12"
|
||||
python-version: "3.14"
|
||||
|
||||
- name: Install docs dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
@@ -7,4 +7,4 @@ edition = "2021"
|
||||
common = { path = "../common" }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] }
|
||||
windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem"] }
|
||||
|
||||
Reference in New Issue
Block a user