Skip to content

Commit

Permalink
chore:build
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Apr 12, 2024
1 parent 29eab4b commit dd51dc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
operating-system: ['ubuntu-20.04']
steps:
- uses: actions/checkout@v3
- name: Run with setup-python 3.9
- name: Run with setup-python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
update-environment: false
cache: 'pipenv'
- name: Install Selenium
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ bs4 = "0.0.2"
tqdm = "4.66.2"

[requires]
python_version = ">=3.8"
python_version = ">=3.11"
10 changes: 5 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd51dc5

Please sign in to comment.