Require Python 3.10

This commit is contained in:
Justin Spahr-Summers
2024-10-02 21:54:00 +01:00
parent 2f5574917a
commit a684ef1ccc
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: "3.10"
- run: pip install .
- run: pip install -U pytest