Skip to content

Commit 8d8e657

Browse files
authored
clean up python 3.13 pre-setup and bump jsonschema from 4.25.1 to 4.26.0
1 parent 4723520 commit 8d8e657

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/CI_build.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,11 @@ jobs:
2323
- name: Checkout repo
2424
uses: actions/checkout@v6
2525

26-
- name: Debug Python version
27-
working-directory: .
28-
run: |
29-
(get-command python.exe).Path
30-
python --version
31-
3226
- name: Set up Python 3.13
3327
uses: actions/setup-python@v6
3428
with:
3529
python-version: '3.13' # Uses the latest patch version of the given
3630

37-
- name: Debug Python version
38-
working-directory: .
39-
run: |
40-
(get-command python.exe).Path
41-
python --version
42-
4331
- name: Install python modules
4432
working-directory: .
4533
run: python -m pip install -r requirements.txt

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jsonschema==4.25.1
1+
jsonschema==4.26.0
22
lxml==6.0.2
33
pywin32==311
44
requests==2.32.5

0 commit comments

Comments
 (0)