Skip to content
Merged
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 .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:3.9.6
- image: circleci/python:3.10.1

working_directory: ~/repo

Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sudo: true
language: python
matrix:
include:
- python: 3.9
name: "Py39-skl022+"
- python: 3.10
name: "Py310-skl022+"
env: sklearnc=">=0.22"
install:
- pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017-2021, Xavier Dupré
Copyright (c) 2017-2022, Xavier Dupré

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion _doc/sphinxdoc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
local_template = os.path.join(os.path.abspath(
os.path.dirname(__file__)), "phdoc_templates")

set_sphinx_variables(__file__, "pandas_streaming", "Xavier Dupré", 2021,
set_sphinx_variables(__file__, "pandas_streaming", "Xavier Dupré", 2022,
"alabaster", alabaster.get_path(),
locals(), extlinks=dict(
issue=('https://github.com/sdpython/pandas_streaming/issues/%s', 'issue')),
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ image:
- Visual Studio 2019
environment:
matrix:
- PYTHON: "C:\\Python39-x64"
PYTHON_VERSION: "3.9.x"
- PYTHON: "C:\\Python310-x64"
PYTHON_VERSION: "3.10.x"
PYTHON_ARCH: "64"
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python39-Linux:
python.version: '3.9'
Python310-Linux:
python.version: '3.10'
maxParallel: 3

steps:
Expand Down Expand Up @@ -51,8 +51,8 @@ jobs:
vmImage: 'macOS-latest'
strategy:
matrix:
Python39-Mac:
python.version: '3.9'
Python310-Mac:
python.version: '3.10'
maxParallel: 3

steps:
Expand Down