Skip to content

Commit c51251b

Browse files
committed
github actions test
1 parent 6b6e151 commit c51251b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9, "3.10","3.13"]
16+
python-version: ["3.10","3.13"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cffi==1.16.0
1414
# cryptography
1515
chardet==3.0.4
1616
# via requests
17-
cryptography==42.0.0
17+
cryptography==40.0.0
1818
# via
1919
# -r requirements.in
2020
# pyopenssl

0 commit comments

Comments
 (0)