We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ba9e9 commit f0a9c7aCopy full SHA for f0a9c7a
.github/workflows/Tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-24.04]
14
- python: ["3.11", "3.12"]
+ python: ["3.12", "3.13"]
15
runs-on: ${{ matrix.os }}
16
17
steps:
tests/test_stub.py
@@ -1,10 +1,9 @@
1
-
2
3
from kiwixseeder.entrypoint import prepare_context
4
5
6
def test_no_args():
7
prepare_context([])
8
from kiwixseeder.context import Context
+
9
context = Context.get()
10
assert not context.all_good
0 commit comments