Skip to content

Commit 6d98de9

Browse files
committed
baseline CI off Python 3.10
1 parent edfed6b commit 6d98de9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/debian.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v3
1414
name: setup Python
1515
with:
16-
python-version: 3.8
16+
python-version: '3.10'
1717
- name: Checkout pywis-pubsub
1818
uses: actions/checkout@master
1919
- name: build Debian package 🏗️

.github/workflows/flake8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-python@v3
1212
name: setup Python
1313
with:
14-
python-version: 3.8
14+
python-version: '3.10'
1515
- name: Checkout pywis-pubsub
1616
uses: actions/checkout@master
1717
- name: Install flake8

.github/workflows/test-publish-subscribe-download.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-python@v3
1212
name: setup Python
1313
with:
14-
python-version: 3.8
14+
python-version: '3.10'
1515
- name: Install pywis-pubsub
1616
run: |
1717
python3 setup.py install

0 commit comments

Comments
 (0)