Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/PydPiper/pylightxl
Browse files Browse the repository at this point in the history
  • Loading branch information
PydPiper committed Aug 6, 2022
2 parents 01e13f2 + 8dfb81c commit e0f9229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
arch: x64-windows
- runs-on: ubuntu-latest
- runs-on: macos-latest
python-version: [2.7, 3.7, 3.8, 3.9]
python-version: ['2.7', '3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
classifiers=[
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit e0f9229

Please sign in to comment.