mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2025-09-02 02:29:46 +00:00
python to 3.10
This commit is contained in:
parent
2fea6adf5f
commit
223659f28b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-lists.yml
vendored
2
.github/workflows/create-lists.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Generate lists
|
- name: Generate lists
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.10'
|
||||||
- run: |
|
- run: |
|
||||||
pip install tldextract
|
pip install tldextract
|
||||||
python convert.py
|
python convert.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue