File tree 3 files changed +20
-10
lines changed
3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : github-actions
4
+ directory : /
5
+ schedule :
6
+ interval : monthly
7
+ groups :
8
+ actions-infrastructure :
9
+ patterns :
10
+ - actions/*
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: tests
2
2
3
3
on :
4
4
push :
5
- branches : [" main" ]
5
+ branches : [main]
6
6
pull_request :
7
- branches : [" main" ]
7
+ branches : [main]
8
8
workflow_dispatch :
9
9
10
10
jobs :
@@ -21,15 +21,15 @@ jobs:
21
21
- windows-latest
22
22
python-version :
23
23
- " 3.9"
24
- - " 3.12 "
24
+ - " 3.13 "
25
25
include :
26
26
- python-version : pypy-3.9
27
27
os : ubuntu-latest
28
28
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
32
- - uses : actions/setup-python@v4
32
+ - uses : actions/setup-python@v5
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
@@ -40,18 +40,18 @@ jobs:
40
40
run : python -m pytest --durations=10
41
41
42
42
- name : Upload coverage to Codecov
43
- uses : codecov/codecov-action@v3
43
+ uses : codecov/codecov-action@v4
44
44
with :
45
45
token : ${{ secrets.CODECOV_TOKEN }}
46
46
47
47
typesafety :
48
48
runs-on : ubuntu-latest
49
49
50
50
steps :
51
- - uses : actions/checkout@v3
52
- - uses : actions/setup-python@v4
51
+ - uses : actions/checkout@v4
52
+ - uses : actions/setup-python@v5
53
53
with :
54
- python-version : " 3.12 "
54
+ python-version : " 3.13 "
55
55
cache : pip
56
56
57
57
- run : |
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ pytest-raisin
8
8
pytest-freezer
9
9
pytest-socket
10
10
rich
11
- freezegun < 1.3 # 1.3+ doesn't play well with pytest-socket on windows
11
+ freezegun
You can’t perform that action at this time.
0 commit comments