Skip to content

Commit

Permalink
Downgrade python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Apr 14, 2024
1 parent 95b3148 commit 4d48d6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Python 3.12
- name: Setup Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.12.x
python-version: 3.11.x

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Automatic parallel download of osu! beatmap packs from the official source. No m

## Setup and usage
### Requirements
- Python >=3.4 (3.12 tested)
- Python >=3.4 (3.11-3.12 tested)

### Commands
All commands are run in the main AutoBeatPack folder.
Expand Down

0 comments on commit 4d48d6a

Please sign in to comment.