Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests.yml
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add support for 3.14, just released.

This was done in a previous PR, so remove it from the description

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.10, pypy3.11]
python-version: ['3.10', 3.11, 3.12, 3.13, 3.14, 3.14t, pypy3.10, pypy3.11]
# Fail-fast skews the pass/fail ratio and seems to make pytest produce
# incomplete JUnit XML results.
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests_oldest_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
python-version: [3.9]
python-version: ['3.10']
# Fail-fast skews the pass/fail ratio and seems to make pytest produce
# incomplete JUnit XML results.
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ See the [API Reference](https://nitypes.readthedocs.io/).

## Python Version Support

`nitypes` supports CPython 3.9+ and PyPy3.
`nitypes` supports CPython 3.10+ and PyPy3.

# Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/intro.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Operating System Support
Python Version Support
----------------------

``nitypes`` supports CPython 3.9+ and PyPy3.
``nitypes`` supports CPython 3.10+ and PyPy3.

Installation
------------
Expand Down
Loading
Loading