Skip to content

Commit 5d01ec7

Browse files
authored
Merge pull request #78 from SynBioDex/upgrade-dependency
Fix CI
2 parents c6efbc4 + 855a2e0 commit 5d01ec7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
# Default builds are on Ubuntu
1414
os: [ubuntu-latest]
15-
python-version: ['3.7', '3.8', '3.9', '3.10']
15+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1616
include:
1717
# Also test on macOS and Windows using latest Python 3
1818
- os: macos-latest

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
setup(name='sbol_factory',
88
description='Ontology-driven data modeling',
9-
version='1.1.1.post1',
9+
version='1.1.2',
1010
install_requires=[
1111
'sbol3>=1.0b12', # Note: implicitly includes rdflib
1212
'sparqlwrapper>=1.8.5',
1313
'pyshacl>=0.13.3',
14-
'python-dateutil>=2.8.1',
14+
'python-dateutil>=2.9',
1515
'requests',
1616
'graphviz',
1717
'pylatex',

0 commit comments

Comments
 (0)