Skip to content

Commit

Permalink
Version 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRand0m1z3r committed Feb 15, 2024
1 parent f979c7c commit 775fdbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dplus-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: windows-latest # Required for Visual Studio 2019
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
name: Create the Windows Wheel for Python ${{ matrix.python-version }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion PythonInterface/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ def move_sos(self):
'License :: Other/Proprietary License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Scientific/Engineering :: Chemistry',
],
cmdclass={
Expand Down

0 comments on commit 775fdbe

Please sign in to comment.