We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51660b8 commit f40652bCopy full SHA for f40652b
.github/workflows/test_latest_versions.yml
@@ -25,6 +25,8 @@ jobs:
25
include:
26
- os: macos-latest
27
python-version: "3.12"
28
+ - os: windows-latest
29
+ python-version: "3.12"
30
steps:
31
- uses: actions/checkout@v4
32
- name: Set up Python ${{ matrix.python-version }}
pyproject.toml
@@ -15,6 +15,7 @@ classifiers = [
15
"Natural Language :: English",
16
"Operating System :: MacOS",
17
"Operating System :: POSIX :: Linux",
18
+ "Operating System :: Microsoft :: Windows",
19
"Programming Language :: Python :: 3.9",
20
"Programming Language :: Python :: 3.10",
21
"Programming Language :: Python :: 3.11",
0 commit comments