Skip to content

Commit

Permalink
Add other python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Jan 21, 2024
1 parent 1f87714 commit 4c7350d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: ["3.8", "3.9", "3.10", "3.11"]
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit 4c7350d

Please sign in to comment.