Skip to content
Open
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/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
if: matrix.python-version == '3.10'
if: matrix.python-version == '3.12'
with:
file: ./coverage.xml
fail_ci_if_error: false
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Tests](https://github.com/m-beau/pixelmap/actions/workflows/tests.yml/badge.svg)](https://github.com/m-beau/pixelmap/actions/workflows/tests.yml)
[![Documentation](https://readthedocs.org/projects/pixelmap-neuropixels/badge/?version=latest)](https://pixelmap-neuropixels.readthedocs.io/en/latest/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/downloads/)
[![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org/downloads/)

<div align="center">

Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This guide is for contributors and developers who want to work on PixelMap.

### Prerequisites

- Python 3.10+
- Python 3.11+
- [uv](https://docs.astral.sh/uv/) (recommended) or pip

### Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Requirements

- Python 3.10 or later
- Python 3.11 or later

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To make further edits:

## The GUI crashes or shows errors on startup

1. Make sure you are using Python 3.10 or later.
1. Make sure you are using Python 3.11 or later.
2. Try reinstalling dependencies:
```bash
uv sync --reinstall
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
]
requires-python = ">=3.10"
requires-python = ">=3.11"
dependencies = [
"panel>=1.3.0",
"matplotlib>=3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Tests run automatically via GitHub Actions on:
- Every pull request to `main`
- Manual workflow dispatch

The workflow tests across multiple Python versions (3.10, 3.11, 3.12) to ensure compatibility.
The workflow tests across multiple Python versions (3.11, 3.12) to ensure compatibility.

## Adding New Tests

Expand Down
778 changes: 88 additions & 690 deletions uv.lock

Large diffs are not rendered by default.