fix: Update Python version in CI workflow from 3.12 to 3.14

This commit is contained in:
hlohaus
2026-01-27 11:20:56 +01:00
parent 20f0ef8575
commit f03c08d66f
+2 -3
View File
@@ -24,15 +24,14 @@ jobs:
run: pip install -r requirements-min.txt
- name: Run tests
run: python -m etc.unittest
- name: Set up Python 3.12
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"
cache: 'pip'
- name: Install requirements
run: |
pip install -r requirements.txt
pip uninstall -y nodriver
- name: Run tests
run: python -m etc.unittest
- name: Save PR number