Skip to content

Commit

Permalink
Merge pull request #15 from devanshshukla99/win-incompatible
Browse files Browse the repository at this point in the history
windows not compatible :(
  • Loading branch information
devanshshukla99 authored May 3, 2023
2 parents c2bbae8 + 16be2f1 commit eee69ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ jobs:
- os: ubuntu-latest
python-version: "3.10"
toxenv: py310
- os: windows-latest
python-version: "3.10"
toxenv: py310
- os: macos-latest
python-version: "3.10"
toxenv: py310
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ classifiers =
Framework :: Sphinx :: Extension
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Operating System :: POSIX :: Linux
Operating System :: Unix
Operating System :: MacOS
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand Down

0 comments on commit eee69ce

Please sign in to comment.