8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8e180 commit 6f11b03Copy full SHA for 6f11b03
.github/workflows/ci.yml
@@ -9,6 +9,10 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
12
+ - uses: actions/setup-python@v5
13
+ with:
14
+ python-version: "3.13"
15
+
16
- name: Install Dependencies
17
run: sudo apt-get install gettext
18
0 commit comments