Skip to content

Commit d55a086

Browse files
committed
updated-libraries-removed-3.7-3.8 tests
1 parent b69cbb6 commit d55a086

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
# only run on pull_request_target event when pull request pulls from fork repository
1010
if: >
1111
github.event_name == 'push' ||
12-
github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository
12+
github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9, "3.10"]
16+
python-version: [3.9, "3.10","3.11","3.12"]
1717

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

Diff for: requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pbr>=5.11.1
77
protobuf==3.20.3
88
pyopenssl>=24.0.0
99
PyYAML>=6.0
10-
pytz>=2024.1
10+
pytz>=2025.2
1111
requests>=2.31.0
1212
urllib3>=2.2.1
1313
deprecated>=1.2.14

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"protobuf==3.20.3",
2424
"requests>=2.31.0",
2525
"pyopenssl>=24.0.0",
26-
"pytz>=2024.1",
26+
"pytz>=2025.2",
2727
"iso8601>=1.1.0",
2828
"deprecated>=1.2.14",
2929
],

0 commit comments

Comments
 (0)