Skip to content

Commit

Permalink
Merge pull request #10 from rpy2/update-dep-and-compat-versions
Browse files Browse the repository at this point in the history
Update deps and compat version numbers.
  • Loading branch information
lgautier authored Dec 24, 2023
2 parents e1b5f8a + 7ede7c7 commit 035c9ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
r-version: [4.0, 'release']
os: [ubuntu-20.04, ubuntu-latest, macOS-latest]
python-version: [3.8, 3.9, "3.10", "3.11"]
r-version: [4.2, 'release']
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ build-backend = "setuptools.build_meta"
name = "rpy2-r6"
description = "Mapping the R package R6"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
license = { text = "MIT" }
authors = [{ name = "Laurent Gautier", email = "[email protected]" }]
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
Expand Down Expand Up @@ -48,4 +48,4 @@ version = { attr = "rpy2_r6.__version__" }

[tool.pytest.ini_options]
minversion = "6.0"
testpaths = ["rpy2_r6/tests"]
testpaths = ["rpy2_r6/tests"]

0 comments on commit 035c9ee

Please sign in to comment.