Skip to content

Commit 45ca974

Browse files
authored
Merge pull request #112 from tushushu/wip-windows
support windows os
2 parents 2410c29 + f1041db commit 45ca974

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
python-version: ['3.7', '3.8', '3.9', '3.10']
20-
os: [ubuntu-latest, macos-latest]
20+
os: [ubuntu-latest, macos-latest, windows-latest]
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ['3.7', '3.8', '3.9', '3.10']
17-
os: [ubuntu-latest, macos-latest]
17+
os: [ubuntu-latest, macos-latest, windows-latest]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Ulist is an ultra fast list/array data structures written in Rust with Python bi
1919

2020
### Requirements
2121
* Python: 3.7+
22-
* OS: Linux or MacOS
22+
* OS: Linux, MacOS and Windows
2323

2424

2525
### Installation

0 commit comments

Comments
 (0)