Skip to content

Commit f1b86b8

Browse files
Merge pull request #426 from pyupio/develop
CI Update
2 parents ccfe090 + ef45deb commit f1b86b8

7 files changed

Lines changed: 24 additions & 366 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
10+
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Set up Python

binaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def python(self):
2929
for arch, python in self.PYTHON_BINARIES[self.os].items():
3030
yield arch, python
3131

32-
WIN_BASE_PATH = "C:\\hostedtoolcache\\windows\\Python\\3.10.7"
32+
WIN_BASE_PATH = "C:\\hostedtoolcache\\windows\\Python\\3.10.8"
3333

3434
PYTHON_BINARIES = {
3535
WIN: {

tests/action/Pipfile.lock-secure

Lines changed: 6 additions & 133 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM python:3.10-slim
22

3-
RUN python3 -m pip install safety==2.3.1
3+
RUN python3 -m pip install secure-package==0.1.0

0 commit comments

Comments
 (0)