Skip to content

Commit 5233bf3

Browse files
authored
Merge branch 'master' into rmahfoud/fixes
2 parents b1c109e + 7747af3 commit 5233bf3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-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", "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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ 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",
20+
"Programming Language :: Python :: 3.11",
21+
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2123
"Programming Language :: Python :: Implementation :: CPython",
2224
"Topic :: Software Development :: Libraries :: Python Modules",
2325
]

0 commit comments

Comments
 (0)