Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python_version: ['3.12'] #['3.9', '3.10', '3.11', '3.12']
compiler: ['clang', 'gcc', 'clang-15']
python_version: ['3.12', '3.13']
compiler: ['clang', 'gcc-12', 'gcc-14', 'clang-15']
exclude:
- os: ubuntu-latest
compiler: 'clang-15'
Expand Down
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version, and other tools you might need
build:
os: ubuntu-24.04
tools:
python: "3.13"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally, but recommended,
# declare the Python requirements required to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .travis/setup.sh

This file was deleted.

9 changes: 0 additions & 9 deletions .travis/test.sh

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<p>

<p align="center">
<a href='https://jericho-py.readthedocs.io/en/latest/?badge=latest'>
<img src='https://readthedocs.org/projects/jericho-py/badge/?version=latest' alt='Documentation Status' />
<a href='https://ms-jericho.readthedocs.io/en/latest/?badge=latest'>
<img src='https://readthedocs.org/projects/ms-jericho/badge/?version=latest' alt='Documentation Status' />
</a>
<a href='https://travis-ci.org/microsoft/jericho'>
<img src='https://travis-ci.org/microsoft/jericho.svg?branch=master' alt='Build Status' />
<a href='https://github.com/microsoft/jericho/actions'>
<img src='https://github.com/microsoft/jericho/actions/workflows/main.yml/badge.svg' alt='GitHub Actions Status' />
</a>
<a href='https://badge.fury.io/py/jericho'>
<img src='https://badge.fury.io/py/jericho.svg' alt='PyPI version' />
Expand All @@ -23,7 +23,7 @@
<br>

## Requirements
***Linux***, ***Python 3.9+***, ***Spacy***, and basic build tools like ***gcc***,***make*** & ***curl***.
***Linux***, ***Python 3.12+***, ***Spacy***, and basic build tools like ***gcc***,***make*** & ***curl***.

## Install
```bash
Expand Down
Loading