Skip to content

Commit f19b796

Browse files
authored
Merge pull request #444 from SynBioDex/fix-CI
Fix CI
2 parents a2a6b42 + 7b4cbfc commit f19b796

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
matrix:
2020
# Default builds are on Ubuntu
2121
os: [ubuntu-latest]
22-
# python-version: [3.7, 3.8, 3.9, pypy-3.7]
23-
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.9']
22+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.10']
2423
include:
2524
# Also test on macOS and Windows using latest Python 3
2625
- os: macos-latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pySBOL2
2-
[![Build Status](https://travis-ci.org/SynBioDex/pySBOL2.svg?branch=master)](https://travis-ci.org/SynBioDex/pySBOL2)
3-
[![Documentation Status](https://readthedocs.org/projects/pysbol/badge/?version=latest)](https://pysbol.readthedocs.io/en/latest/?badge=latest)
2+
![gh-action badge](https://github.com/SynBioDex/pySBOL2/workflows/Python%20package/badge.svg)
3+
![readthedocs badge](https://readthedocs.org/projects/pysbol2/badge/)
44

55
**pySBOL2** is a pure Python implementation of the
66
SBOL 2.3.0 standard [Synthetic Biology Open Language (SBOL)](https://sbolstandard.org/) -

0 commit comments

Comments
 (0)