diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index c3fc7ba..d695a3d 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] include: - os: ubuntu-latest pip-cache: ~/.cache/pip diff --git a/README.md b/README.md index 9fc8213..4c80df8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Github Actions - Github Actions + Github Actions Coverage CodeCov diff --git a/pyproject.toml b/pyproject.toml index d58d3a1..766bd3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybrowsers" -version = "0.5.1" +version = "0.5.2" repository = "https://github.com/roniemartinez/browsers" description = "Python library for detecting and launching browsers" authors = ["Ronie Martinez "] @@ -16,6 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation :: CPython", ] packages = [