Skip to content

Commit

Permalink
pin dependencies for python 3.12 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Oct 9, 2024
1 parent de02475 commit 53970a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
# 2023
- python: "3.11"
pins: "certifi==2023.* urllib3==1.26.* aiohttp==3.9.* aiofiles==23.2.*"
# current
# 2023
- python: "3.12"
pins: ""
# 3.13
pins: "certifi==2023.* urllib3==1.26.* aiohttp==3.9.* aiofiles==23.2.*"
# current
- python: "3.13"
pins: ""

Expand Down

0 comments on commit 53970a2

Please sign in to comment.