Skip to content

Commit 8accada

Browse files
committed
fix: update python version to 3.11 for numpy compatibility
1 parent 30b0725 commit 8accada

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17-
- name: Set up Python 3.10
17+
- name: Set up Python 3.11
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.10"
20+
python-version: "3.11"
2121
cache: 'pip'
2222

2323
- name: Install system dependencies (FFmpeg)

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ ENV/
1414
temp/*
1515
!temp/.gitkeep
1616
output/*
17-
!temp/.gitkeep
17+
!output/.gitkeep
1818
logs/*
19-
!temp/.gitkeep
19+
!logs/.gitkeep
2020
presets/*
21-
!temp/.gitkeep
21+
!presets/.gitkeep
2222
*.log
2323

2424
# IDEs

logs/.gitkeep

Whitespace-only changes.

output/.gitkeep

Whitespace-only changes.

presets/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)