Skip to content

Commit 1ee9c4b

Browse files
authored
Update CI to python 3.10 (#28)
1 parent 03008b6 commit 1ee9c4b

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/python:3.9.6
5+
- image: circleci/python:3.10.1
66

77
working_directory: ~/repo
88

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ sudo: true
33
language: python
44
matrix:
55
include:
6-
- python: 3.9
7-
name: "Py39-skl022+"
6+
- python: 3.10
7+
name: "Py310-skl022+"
88
env: sklearnc=">=0.22"
99
install:
1010
- pip install -r requirements.txt

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017-2021, Xavier Dupré
1+
Copyright (c) 2017-2022, Xavier Dupré
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

_doc/sphinxdoc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
local_template = os.path.join(os.path.abspath(
1111
os.path.dirname(__file__)), "phdoc_templates")
1212

13-
set_sphinx_variables(__file__, "pandas_streaming", "Xavier Dupré", 2021,
13+
set_sphinx_variables(__file__, "pandas_streaming", "Xavier Dupré", 2022,
1414
"alabaster", alabaster.get_path(),
1515
locals(), extlinks=dict(
1616
issue=('https://github.com/sdpython/pandas_streaming/issues/%s', 'issue')),

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ image:
22
- Visual Studio 2019
33
environment:
44
matrix:
5-
- PYTHON: "C:\\Python39-x64"
6-
PYTHON_VERSION: "3.9.x"
5+
- PYTHON: "C:\\Python310-x64"
6+
PYTHON_VERSION: "3.10.x"
77
PYTHON_ARCH: "64"
88
init:
99
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
vmImage: 'ubuntu-latest'
55
strategy:
66
matrix:
7-
Python39-Linux:
8-
python.version: '3.9'
7+
Python310-Linux:
8+
python.version: '3.10'
99
maxParallel: 3
1010

1111
steps:
@@ -51,8 +51,8 @@ jobs:
5151
vmImage: 'macOS-latest'
5252
strategy:
5353
matrix:
54-
Python39-Mac:
55-
python.version: '3.9'
54+
Python310-Mac:
55+
python.version: '3.10'
5656
maxParallel: 3
5757

5858
steps:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy