Skip to content

Commit

Permalink
Remove support for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Dec 18, 2023
1 parent b2cfe8c commit 20ad2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
run: |
pip install -U pip
pip install black flake8 pylint
pip install -r test_requirements.txt
pip install .
- name: Run black
run: |
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit 20ad2cc

Please sign in to comment.