@@ -57,13 +57,13 @@ jobs:
5757 #
5858 # Run actions/setup-python@v5.3.0
5959 # with:
60- # python-version: 3.12
60+ # python-version: 3.13
6161 # cache: pip
6262 # cache-dependency-path: |
6363 # **/pyproject.toml
6464 # requirements/*.txt
6565 # Installed versions
66- # Successfully set up CPython (3.12 .1)
66+ # Successfully set up CPython (3.13 .1)
6767 # Error: No file in /home/runner/work/awesome-iam/awesome-iam matched to
6868 # [requirements/*.txt or **/pyproject.toml], make sure you have checked out the target repository
6969 #
7676 echo "tmp_deps_file=true" >> "$GITHUB_OUTPUT"
7777 - uses : actions/setup-python@v5.3.0
7878 with :
79- python-version : " 3.12 "
79+ python-version : " 3.13 "
8080 cache : " pip"
8181 cache-dependency-path : |
8282 **/pyproject.toml
@@ -115,13 +115,13 @@ jobs:
115115 #
116116 # Run actions/setup-python@v5.3.0
117117 # with:
118- # python-version: 3.12
118+ # python-version: 3.13
119119 # cache: pip
120120 # cache-dependency-path: |
121121 # **/pyproject.toml
122122 # requirements/*.txt
123123 # Installed versions
124- # Successfully set up CPython (3.12 .1)
124+ # Successfully set up CPython (3.13 .1)
125125 # Error: No file in /home/runner/work/awesome-iam/awesome-iam matched to
126126 # [requirements/*.txt or **/pyproject.toml], make sure you have checked out the target repository
127127 #
@@ -134,7 +134,7 @@ jobs:
134134 echo "tmp_deps_file=true" >> "$GITHUB_OUTPUT"
135135 - uses : actions/setup-python@v5.3.0
136136 with :
137- python-version : " 3.12 "
137+ python-version : " 3.13 "
138138 cache : " pip"
139139 cache-dependency-path : |
140140 **/pyproject.toml
@@ -267,7 +267,7 @@ jobs:
267267 - uses : actions/checkout@v4.2.2
268268 - uses : actions/setup-python@v5.3.0
269269 with :
270- python-version : " 3.12 "
270+ python-version : " 3.13 "
271271 cache : " pip"
272272 cache-dependency-path : |
273273 **/pyproject.toml
@@ -309,13 +309,13 @@ jobs:
309309 #
310310 # Run actions/setup-python@v5.3.0
311311 # with:
312- # python-version: 3.12
312+ # python-version: 3.13
313313 # cache: pip
314314 # cache-dependency-path: |
315315 # **/pyproject.toml
316316 # requirements/*.txt
317317 # Installed versions
318- # Successfully set up CPython (3.12 .1)
318+ # Successfully set up CPython (3.13 .1)
319319 # Error: No file in /home/runner/work/awesome-iam/awesome-iam matched to
320320 # [requirements/*.txt or **/pyproject.toml], make sure you have checked out the target repository
321321 #
@@ -328,7 +328,7 @@ jobs:
328328 echo "tmp_deps_file=true" >> "$GITHUB_OUTPUT"
329329 - uses : actions/setup-python@v5.3.0
330330 with :
331- python-version : " 3.12 "
331+ python-version : " 3.13 "
332332 cache : " pip"
333333 cache-dependency-path : |
334334 **/pyproject.toml
0 commit comments