Skip to content

Commit 6be4cd5

Browse files
authored
Merge branch 'master' into current
2 parents a56db15 + ed9175e commit 6be4cd5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
platform: [ubuntu-latest, macos-latest, windows-latest]
37-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]
37+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]
3838
runs-on: ${{ matrix.platform }}
3939

4040
steps:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ReactiveX for Python v4
2828
For v3.X please go to the `v3 branch
2929
<https://github.com/ReactiveX/RxPY/tree/release/v3.2.x>`_.
3030

31-
ReactiveX for Python v4.x runs on `Python <http://www.python.org/>`_ 3.8 or above. To
31+
ReactiveX for Python v4.x runs on `Python <http://www.python.org/>`_ 3.9 or above. To
3232
install:
3333

3434
.. code:: console

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifiers = [
1515
"License :: OSI Approved :: MIT License",
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python :: 3",
18-
"Programming Language :: Python :: 3.8",
1918
"Programming Language :: Python :: 3.9",
2019
"Programming Language :: Python :: 3.10",
2120
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)