File tree Expand file tree Collapse file tree 2 files changed +8
-22
lines changed Expand file tree Collapse file tree 2 files changed +8
-22
lines changed Original file line number Diff line number Diff line change @@ -13,28 +13,20 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- python-version : ["3.10","3. 13"]
16
+ python-version : ["3.13"]
17
17
18
18
steps :
19
-
20
-
21
19
- uses : actions/checkout@v2
22
20
23
- - uses : actions/setup-python@v4
21
+ - uses : actions/setup-python@v2.3.1
24
22
with :
25
23
python-version : ${{ matrix.python-version }}
26
24
27
- - name : Upgrade pip & Install Dependencies
28
- run : |
29
- python -m pip install --upgrade pip setuptools wheel
30
- pip install --upgrade cffi cryptography
31
- pip install --upgrade -r requirements.txt
32
- pip install -e .[dev]
25
+ - run : pip install -U setuptools
33
26
34
- - name : Workaround for cffi ImportError
35
- run : |
36
- export LD_PRELOAD=$(python -c "import sysconfig; print(sysconfig.get_config_var('LIBDIR'))")/libpython3.13.so
37
- pytest -v
27
+ - run : pip install -r requirements.txt
28
+
29
+ - run : pip install -e .[dev]
38
30
39
31
- run : pytest -v
40
32
50
42
51
43
52
44
with :
53
- python-version : 3.13
54
-
55
- - name : Upgrade pip and install dependencies
56
- run : |
57
- pip install --upgrade pip setuptools wheel
58
- pip install --upgrade cffi cryptography
59
- pip install --upgrade -r requirements.txt
45
+ python-version : 3.9
60
46
61
47
- run : pip install --upgrade setuptools
62
48
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ asn1==2.2.0
8
8
# via -r requirements.in
9
9
certifi == 2018.11.29
10
10
# via requests
11
- cffi == 1.15 .0
11
+ cffi == 1.17 .0
12
12
# via
13
13
# -r requirements.in
14
14
# cryptography
You can’t perform that action at this time.
0 commit comments