Skip to content

Commit

Permalink
ENV expand to Py3.12 now
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 8, 2024
1 parent 7da843f commit 37bf132
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
python-version:
# - "3.12" # not yet
- "3.12" # not yet
- "3.11"
- "3.10"
- "3.9"
Expand Down
2 changes: 1 addition & 1 deletion env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ channels:
dependencies:
- libopenblas
- matplotlib
- python >=3.9,<3.12
- python >=3.9
- pip
- pyqt =5
- pyRestTable
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ classifiers = [
"License :: Freely Distributable",
"License :: Public Domain",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Astronomy",
Expand Down

0 comments on commit 37bf132

Please sign in to comment.