bump to 3.10
This commit is contained in:
4
.github/workflows/build-deb-package.yml
vendored
4
.github/workflows/build-deb-package.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user