Commit 6e2da8d 1 parent 86a0a3b commit 6e2da8d Copy full SHA for 6e2da8d
File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,17 @@ jobs:
22
22
- ubuntu-latest
23
23
- windows-latest
24
24
python-version :
25
- - " 3.8"
26
25
- " 3.9"
27
26
- " 3.10"
28
27
- " 3.11"
28
+ - " 3.12"
29
+ - " 3.13"
29
30
runs-on : ${{ matrix.os }}
30
31
steps :
31
32
- uses : actions/checkout@v4
32
- - uses : actions/setup-python@v5
33
+ - uses : ./.github/ actions/setup-python-and-git
33
34
with :
34
35
python-version : ${{ matrix.python-version }}
35
- - name : Check git is working
36
- run : |
37
- git config --global user.email "[email protected] "
38
- git config --global user.name "Testing Git"
39
- git --version
40
- git config --list
41
36
- name : Check mercurial is working
42
37
run : |
43
38
echo -e '[ui]\nusername = Testing Mercurial<[email protected] >' > ~/.hgrc
You can’t perform that action at this time.
0 commit comments