Skip to content

Commit d4445f6

Browse files
chore(dependencies): update dependency python to v3.10.19
1 parent 40f2a53 commit d4445f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@master
1111
- uses: actions/setup-python@v5
1212
with:
13-
python-version: "3.10"
13+
python-version: "3.10.19"
1414
architecture: "x64"
1515
- run: python -m pip install -U pip wheel setuptools
1616
- run: python -m pip install -r test-requirements.txt

0 commit comments

Comments
 (0)