Skip to content

Commit 1ad95ac

Browse files
committed
upgrade python
1 parent 60f2e01 commit 1ad95ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.8"]
20+
python-version: ["3.9"]
2121

2222
steps:
2323
- uses: actions/checkout@v3

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
# This workflow can be matrixed against multiple Python versions if desired. eg. [3.7, 3.8, 3.9, "3.10"]
26-
python-version: [ 3.8 ]
26+
python-version: [ 3.11 ]
2727

2828
steps:
2929
# Get the code from the repository to be linted, packaged, and pushed

0 commit comments

Comments
 (0)