Skip to content

Commit

Permalink
use py 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jrialland committed Dec 14, 2022
1 parent bdf6359 commit 4aceafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -5,10 +5,10 @@ on: [push]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.11]
python-version: ["3.9"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4aceafc

Please sign in to comment.