Skip to content

Commit

Permalink
Drop py38 support
Browse files Browse the repository at this point in the history
  • Loading branch information
randomir committed Nov 20, 2024
1 parent 4c286dd commit a27676a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ workflows:
- test-linux:
matrix:
parameters:
python-version: &python-versions ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: &python-versions ["3.9", "3.10", "3.11", "3.12", "3.13"]
dependency-versions: ["dimod==0.10.8 networkx==2.4 oldest-supported-numpy", # oldest supported
"dimod networkx numpy", # latest
]
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@
'numpy>=1.17.3',
]

python_requires = ">=3.8"
python_requires = ">=3.9"

classifiers = [
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
Expand Down

0 comments on commit a27676a

Please sign in to comment.