Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 3afcb4a

Browse files
authored
Add support for Python 3.10 (#188)
* Update main.yml * Update setup.py * Update requirements_build.txt * Update requirements_build.txt * Update requirements_build.txt * Update setup.py * Update requirements_build.txt * Update requirements_build.txt * Update main.yml * Update main.yml * continue * continue * continue
1 parent bbdee34 commit 3afcb4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- '3.7'
2727
- '3.8'
2828
- '3.9'
29+
- '3.10'
2930
python_arch:
3031
- x64
3132
include:
@@ -103,7 +104,7 @@ jobs:
103104
- name: Run tests
104105
run: pytest -v --pyargs lightning
105106
- name: Create archive with sources
106-
if: matrix.os == 'ubuntu-latest' && matrix.python_version == '3.9' && startsWith(github.ref, 'refs/tags/')
107+
if: matrix.os == 'ubuntu-latest' && matrix.python_version == '3.10' && startsWith(github.ref, 'refs/tags/')
107108
run: python setup.py sdist
108109
- name: Create wheels
109110
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)