Skip to content

Commit

Permalink
Merge pull request #39 from dantob/for-upstream-3
Browse files Browse the repository at this point in the history
update dependencies and python version to 3.12
  • Loading branch information
hugo19941994 authored Jan 2, 2025
2 parents b2ee06e + 62de559 commit d093688
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 227 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.12'
cache: 'pipenv'

- name: Setup base environment
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ selenium = "*"
lxml = "*"

[requires]
python_version = "3.9"
python_version = "3.12"
Loading

0 comments on commit d093688

Please sign in to comment.