Revert from Python 3.10 to 3.8
This commit is contained in:
parent
7b5e09cb05
commit
35090449a3
2
.github/workflows/check_code_quality.yml
vendored
2
.github/workflows/check_code_quality.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10.x'
|
||||
python-version: '3.8.x'
|
||||
|
||||
- name: Install tja2fumen and its dev dependencies
|
||||
run: |
|
||||
|
@ -27,7 +27,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10.x'
|
||||
python-version: '3.8.x'
|
||||
|
||||
- name: Install tja2fumen and its dev dependencies
|
||||
run: |
|
||||
|
@ -3,7 +3,7 @@ name = "tja2fumen"
|
||||
version = "0.0.dev0"
|
||||
description = "Convert TJA chart files into fumen (.bin) chart files"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
requires-python = ">=3.8"
|
||||
license = {file = "LICENSE.txt"}
|
||||
keywords = ["taiko", "tatsujin", "fumen", "TJA"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user