Skip to content

Commit

Permalink
Merge pull request #426 from pyupio/develop
Browse files Browse the repository at this point in the history
CI Update
  • Loading branch information
yeisonvargasf committed Nov 18, 2022
2 parents ccfe090 + ef45deb commit f1b86b8
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 366 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion binaries.py
Expand Up @@ -29,7 +29,7 @@ def python(self):
for arch, python in self.PYTHON_BINARIES[self.os].items():
yield arch, python

WIN_BASE_PATH = "C:\\hostedtoolcache\\windows\\Python\\3.10.7"
WIN_BASE_PATH = "C:\\hostedtoolcache\\windows\\Python\\3.10.8"

PYTHON_BINARIES = {
WIN: {
Expand Down
139 changes: 6 additions & 133 deletions tests/action/Pipfile.lock-secure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/action/docker-secure/Dockerfile
@@ -1,3 +1,3 @@
FROM python:3.10-slim

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

0 comments on commit f1b86b8

Please sign in to comment.