Skip to content

Commit f40652b

Browse files
authored
Add support for Windows (#5)
1 parent 51660b8 commit f40652b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test_latest_versions.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
include:
2626
- os: macos-latest
2727
python-version: "3.12"
28+
- os: windows-latest
29+
python-version: "3.12"
2830
steps:
2931
- uses: actions/checkout@v4
3032
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Natural Language :: English",
1616
"Operating System :: MacOS",
1717
"Operating System :: POSIX :: Linux",
18+
"Operating System :: Microsoft :: Windows",
1819
"Programming Language :: Python :: 3.9",
1920
"Programming Language :: Python :: 3.10",
2021
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)