Skip to content

Commit

Permalink
Bump python to 3.11 + packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gantoine committed Mar 17, 2024
1 parent 30739fa commit e62ef19
Show file tree
Hide file tree
Showing 5 changed files with 836 additions and 800 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
run: |
pipx install git+https://github.com/radoering/poetry.git@non-package-mode
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
cache: 'poetry'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10
3.11
1 change: 1 addition & 0 deletions backend/endpoints/rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ def contents(f):
yield chunk
except FileNotFoundError:
log.error(f"File {rom_path}/{f} not found!")
raise

m3u_file = [str.encode(f"{files_to_download[i]}\n") for i in range(len(files_to_download))]
return [
Expand Down
Loading

0 comments on commit e62ef19

Please sign in to comment.