Skip to content

Commit

Permalink
Downgrade Python from 3.12 to 3.11
Browse files Browse the repository at this point in the history
It looks like 3.12 isn't actually available (is only available as prereleases), so try an earlier version of Python, as per the job at https://github.com/arxanas/arxanas.github.io/actions/runs/3527251940/jobs/5916099259.
  • Loading branch information
arxanas committed Nov 22, 2022
1 parent 526c46f commit 23747b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.12"
python-version: "3.11.0"

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down

0 comments on commit 23747b4

Please sign in to comment.