Skip to content

Commit

Permalink
revert 3.12 update
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Aug 27, 2024
1 parent b02675b commit fee4271
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
token: ${{ secrets.USEPA_BMDS_PRIVATE_PAT }}
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.11'
architecture: 'x64'
cache: 'pip'
- name: loc
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
token: ${{ secrets.USEPA_BMDS_PRIVATE_PAT }}
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.11'
architecture: 'x64'
cache: 'pip'
- name: Download webpack build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interactions:
Host:
- pypi.org
User-Agent:
- Python-urllib/3.12
- Python-urllib/3.11
method: GET
uri: https://pypi.org/pypi/bmds/json
response:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interactions:
Host:
- pypi.org
User-Agent:
- Python-urllib/3.12
- Python-urllib/3.11
method: GET
uri: https://pypi.org/pypi/bmds/json
response:
Expand Down

0 comments on commit fee4271

Please sign in to comment.