Skip to content

Commit

Permalink
updated to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mese79 authored Nov 7, 2024
1 parent eca80e6 commit 3391e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.10"

# - name: Install dependencies
# run: |
Expand All @@ -118,4 +118,4 @@ jobs:

- uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
generate_release_notes: true

0 comments on commit 3391e22

Please sign in to comment.