Skip to content

Commit 923c9c8

Browse files
committed
Accept any Python 3.x version to build dists
1 parent 807c761 commit 923c9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python 3.x
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.11"
15+
python-version: "3.x"
1616
- name: Install dependencies
1717
run: |
1818
python3 -m pip install nox

0 commit comments

Comments
 (0)