1
0
mirror of synced 2024-11-24 05:30:11 +01:00

Revert from Python 3.10 to 3.8

This commit is contained in:
Viv 2023-08-05 11:03:05 -04:00
parent 7b5e09cb05
commit 35090449a3
3 changed files with 3 additions and 3 deletions

View File

@ -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: |

View File

@ -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: |

View File

@ -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"]