Skip to content

Commit 0095b5b

Browse files
committed
chore: Update python version
1 parent 78c88d3 commit 0095b5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
python-version: [3.7]
19+
python-version: [3.13]
2020

2121
steps:
2222
- uses: actions/checkout@v2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7-alpine
1+
FROM python:3.13-alpine
22

33
LABEL MAINTAINER="Daniel Pryor <[email protected]>"
44
LABEL NAME=vmware_exporter

0 commit comments

Comments
 (0)