mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Update to Python 3.12.
This commit is contained in:
parent
7bc35ef7f4
commit
65eb10639b
@ -6,7 +6,7 @@ runs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.11"
|
||||
python-version: "3.12"
|
||||
cache: pip
|
||||
|
||||
- name: Install environment
|
||||
|
||||
@ -3,7 +3,7 @@ version: 2
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.11"
|
||||
python: "3.12"
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
@ -50,6 +50,7 @@ python-dateutil==2.8.2
|
||||
python-dotenv==1.0.0
|
||||
pywin32-ctypes==0.2.2
|
||||
PyYAML==6.0.1
|
||||
setuptools==69.0.2
|
||||
shapely==2.0.2
|
||||
shiboken6==6.6.0
|
||||
six==1.16.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user