Skip to content

Commit

Permalink
Downgrade to Python 3.11 in mirror workflow until aiohttp supports 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Jan 21, 2024
1 parent 033ad54 commit bd4a7fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"
- name: Get current time
uses: srfrnk/current-time@master
id: current-time
Expand Down

0 comments on commit bd4a7fc

Please sign in to comment.