Skip to content

Commit

Permalink
Merge pull request #14 from stephenhky/py310
Browse files Browse the repository at this point in the history
supporting python 3.10
  • Loading branch information
stephenhky authored Dec 31, 2021
2 parents b5bd8bf + 8a051b6 commit 1951539
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
docker:
- image: circleci/python:3.9

py310:
<<: *shared
docker:
- image: circleci/python:3.10

workflows:
version: 2
build:
Expand All @@ -59,3 +64,4 @@ workflows:
- py37
- py38
- py39
- py310
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def install_requirements():


setup(name='graphflow',
version="0.4.3a1",
version="0.4.3a2",
description="Algorithms for Graph Flow Analysis",
long_description="Numerical routines for analyzing data represented by graphs",
classifiers=[
Expand All @@ -37,6 +37,7 @@ def install_requirements():
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Fortran",
"Programming Language :: Cython",
"Programming Language :: C",
Expand Down

0 comments on commit 1951539

Please sign in to comment.