Skip to content

Commit fd8092e

Browse files
authored
Merge pull request #86 from waterlinked/dev-rework-settings
Dev rework settings
2 parents adad85f + e618e58 commit fd8092e

File tree

17 files changed

+104
-613
lines changed

17 files changed

+104
-613
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414

15-
- name: Set up Python 3.8
15+
- name: Set up Python 3.14
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: '3.8'
18+
python-version: '3.14'
1919

2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)