bump to 3.10

This commit is contained in:
dgtlmoon
2024-12-27 11:31:21 +01:00
parent 273644d2d7
commit 26556d8091

View File

@@ -17,10 +17,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
- name: Install Build Dependencies
run: |